"""Trampoline file — imports the real config from mother_hf.""" import sys sys.path.insert(0, '/home/ckenna/mother-core-reasoning') from mother_hf.configuration_mother import MotherConfig __all__ = ['MotherConfig']