mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
更新代码
This commit is contained in:
2
source/Manage.py
Normal file
2
source/Manage.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Manager:
|
||||
pass
|
||||
2
source/Settings.py
Normal file
2
source/Settings.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Settings:
|
||||
pass
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user