1 2 3 4 5 6 7 8
# coding=utf-8 __author__ = "Gareth Coles" from enum import IntEnum class ErrorCodes(IntEnum): unknown_route = 0