Files
appointment_tool/SIMError.py
T

6 lines
80 B
Python

from enum import Enum
class SIMError(Enum):
SIM_DISABLED = "SIM_DISABLED"