user_action.py 94B

1234567
  1. # coding: utf-8
  2. from enum import Enum
  3. class UserAction(Enum):
  4. ORDER_MOVE = 'ORDER_MOVE'