Files
MoviePilot/app/startup/command_initializer.py
2025-05-13 23:11:38 +08:00

15 lines
163 B
Python

from command import Command
def init_command():
"""
初始化命令
"""
Command()
def stop_command():
"""
停止命令
"""
pass