4 lines
154 B
Python
4 lines
154 B
Python
class PeriodSourceEnum(enumerate):
|
|
NETWORKLOCATION = "network_location"
|
|
CUSTOMLOCATION = "custom_location"
|
|
CUSTOMTIMEPERIODS = "custom_time_periods" |