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