misc: re-export config from main GUI module
This commit is contained in:
parent
8b0b56f130
commit
0d89106b01
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@ from _ed_lrr import *
|
|||
|
||||
from .preprocess import Preprocessor
|
||||
from .router import Router
|
||||
from .config import cfg
|
||||
|
|
|
@ -1 +1 @@
|
|||
from .main import main
|
||||
from .main import main
|
||||
|
|
Loading…
Reference in a new issue