stop.py 150 B

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