from lib import Loadable class Pipeline(Loadable): def __init__(self, id, root): super().__init__(id, root)