start.py 152 B

123456
  1. from .services.command import BaseActionCommand, Action
  2. class Command(BaseActionCommand):
  3. help = 'Start services'
  4. action = Action.start.value