4 lines
97 B
Python
4 lines
97 B
Python
from enum import Enum
|
|
|
|
class Constants(Enum):
|
|
ON_DEMAND_VALUE = "Online Course (Prerecorded)" |