platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
11
selective-vpn-gui/main_window/singbox/__init__.py
Normal file
11
selective-vpn-gui/main_window/singbox/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .cards_mixin import SingBoxCardsMixin
|
||||
from .editor_mixin import SingBoxEditorMixin
|
||||
from .links_mixin import SingBoxLinksMixin
|
||||
from .runtime_mixin import SingBoxRuntimeMixin
|
||||
|
||||
__all__ = [
|
||||
"SingBoxCardsMixin",
|
||||
"SingBoxEditorMixin",
|
||||
"SingBoxLinksMixin",
|
||||
"SingBoxRuntimeMixin",
|
||||
]
|
||||
Reference in New Issue
Block a user