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