from id_schema import * from plan_schema import * import id import plan __all__ = ['id', 'plan'] # Just so TG can find it. Don't use these without the namespacing. from id import *