I have a class
#filename base.py class Base: def __init__(self): pass def alwaysImport(self): raise Exception
Inherited