first commit
This commit is contained in:
4
project_constants/constants_module/constant_values.py
Normal file
4
project_constants/constants_module/constant_values.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from enum import Enum
|
||||
|
||||
class Constants(Enum):
|
||||
ON_DEMAND_VALUE = "Online Course (Prerecorded)"
|
||||
Reference in New Issue
Block a user