restart.py 156 B

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