fix: govt type (#82)

This commit is contained in:
Cullen Watson
2024-06-12 17:34:34 -05:00
committed by GitHub
parent 011680f7d8
commit beb885cc8d
4 changed files with 177 additions and 34 deletions

View File

@@ -34,6 +34,8 @@ class PropertyType(Enum):
APARTMENT = "APARTMENT"
BUILDING = "BUILDING"
COMMERCIAL = "COMMERCIAL"
GOVERNMENT = "GOVERNMENT"
INDUSTRIAL = "INDUSTRIAL"
CONDO_TOWNHOME = "CONDO_TOWNHOME"
CONDO_TOWNHOME_ROWHOME_COOP = "CONDO_TOWNHOME_ROWHOME_COOP"
CONDO = "CONDO"