move init.py to my.core

This commit is contained in:
Dima Gerasimov 2020-05-06 22:20:00 +01:00
parent 9d5d368891
commit b7e5640f35
3 changed files with 3 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# TODO ok, this thing should trigger .cfg import presumably??
from .. import init
from ..core import init
# TODO maybe, reuse mycfg_template here?