MediaStreamAI commited on
Commit
65f4b78
·
verified ·
1 Parent(s): e04887f

chunk 600 W2.8 cutover BASE: configuration_mother.py

Browse files
Files changed (1) hide show
  1. configuration_mother.py +5 -0
configuration_mother.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ """Trampoline file — imports the real config from mother_hf."""
2
+ import sys
3
+ sys.path.insert(0, '/home/ckenna/mother-core-reasoning')
4
+ from mother_hf.configuration_mother import MotherConfig
5
+ __all__ = ['MotherConfig']