UnisKB/apps/common/management/commands/start.py

7 lines
152 B
Python
Raw Normal View History

2024-08-21 06:46:11 +00:00
from .services.command import BaseActionCommand, Action
class Command(BaseActionCommand):
help = 'Start services'
action = Action.start.value