MOTHER_CORE_V2 / configuration_mother.py
MediaStreamAI's picture
chunk 600 W2.8 cutover BASE: configuration_mother.py
65f4b78 verified
"""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']