This commit is contained in:
soju6jan
2022-10-02 20:18:05 +09:00
parent b9c3aac91f
commit 29930fdef7
150 changed files with 53982 additions and 0 deletions

14
lib/system/__init__.py Normal file
View File

@@ -0,0 +1,14 @@
"""
from .plugin import blueprint, menu, plugin_load, plugin_unload, restart, shutdown
from .logic import SystemLogic
from .model import ModelSetting
from .model import ModelSetting as SystemModelSetting
from .logic_plugin import LogicPlugin
from .logic_selenium import SystemLogicSelenium
from .logic_command import SystemLogicCommand
from .logic_site import SystemLogicSite
"""