更新代码

This commit is contained in:
JoeamAmier
2023-08-29 18:48:28 +08:00
parent 2a341a7c42
commit 41409cc43c
3 changed files with 6 additions and 0 deletions

2
source/Manage.py Normal file
View File

@@ -0,0 +1,2 @@
class Manager:
pass

2
source/Settings.py Normal file
View File

@@ -0,0 +1,2 @@
class Settings:
pass

View File

@@ -4,6 +4,8 @@ from .Download import Download
from .Explore import Explore
from .Html import Html
from .Image import Image
from .Manage import Manager
from .Settings import Settings
from .Video import Video