mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-04 19:28:59 +08:00
refactor: 优化启停逻辑
This commit is contained in:
14
app/startup/command_initializer.py
Normal file
14
app/startup/command_initializer.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from command import Command
|
||||
|
||||
|
||||
def init_command():
|
||||
"""
|
||||
初始化命令
|
||||
"""
|
||||
Command()
|
||||
|
||||
def stop_command():
|
||||
"""
|
||||
停止命令
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user