Refactor containers for inheritance and delayed loading
This commit is contained in:
parent
d1baab7c0b
commit
6ddc98a947
8 changed files with 234 additions and 173 deletions
|
|
@ -223,9 +223,9 @@ def _init():
|
|||
from .server.sessionhandler import SESSION_HANDLER
|
||||
from .comms.channelhandler import CHANNEL_HANDLER
|
||||
from .scripts.monitorhandler import MONITOR_HANDLER
|
||||
from .utils.containers import GLOBAL_SCRIPTS
|
||||
|
||||
# containers
|
||||
from .utils.containers import GLOBAL_SCRIPTS
|
||||
from .utils.containers import VALIDATOR_FUNCS
|
||||
from .utils.containers import OPTION_CLASSES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue