WizardKit/scripts/wk/cfg/__init__.py
2Shirt acd92b3e50
Added logging functions
* Logging is always initialized if importing the whole package
* Support switching to DEBUG mode
* Support changing the log dir (and optionally log name)
2019-07-07 22:09:22 -06:00

4 lines
81 B
Python

'''WizardKit: cfg module init'''
from wk.cfg import log
from wk.cfg import main