hotspot / App /Users /Constants.py
Mbonea's picture
changes
41eef54
raw
history blame
165 Bytes
class UserType:
ADMIN = 1
MODERATOR = 2
USER = 4
class ErrorCodes:
NOT_FOUND = 1
MIKROTIK = 2
INVALID_CREDENTIALS = 3
SERVER_ERROR = 0