8 lines
124 B
Python
Executable file
8 lines
124 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from mmgen.main import launch
|
|
import sys
|
|
|
|
sys.path.insert(0, 'test')
|
|
|
|
launch(fqmod='misc.cfg_main')
|