first commit

This commit is contained in:
2022-04-21 19:23:01 +09:00
commit cfd562fd13
152 changed files with 54937 additions and 0 deletions

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

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