mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
program_type_enum.py
This commit is contained in:
parent
3bc603cb70
commit
8272cd06da
7
backend/entities/program_type_enum.py
Normal file
7
backend/entities/program_type_enum.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import enum
|
||||
|
||||
|
||||
class ProgramType(enum.Enum):
|
||||
ECONOMIC = "economic"
|
||||
DOMESTIC = "domestic"
|
||||
COMMUNITY = "community"
|
Loading…
Reference in New Issue
Block a user