new file: test/misc/cfg.py

This commit is contained in:
The MMGen Project 2024-03-09 11:33:26 +00:00
commit e75169f258
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

8
test/misc/cfg.py Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env python3
from mmgen.main import launch
import sys
sys.path.insert(0,'test')
launch(fqmod='misc.cfg_main')