6 lines
80 B
Python
6 lines
80 B
Python
from enum import Enum
|
|
|
|
|
|
class SIMError(Enum):
|
|
SIM_DISABLED = "SIM_DISABLED"
|