mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
269 B
Python
9 lines
269 B
Python
from enum import Enum
|
|
|
|
|
|
class SharepointSubfolders(str, Enum):
|
|
ASSESSMENT = "1. Retrofit Assessment"
|
|
COORDINATION = "2. Retrofit Coordination"
|
|
DESIGN = "3. Retrofit Design"
|
|
INSTALLER = "4. Installer Information"
|
|
TRUSTMARK = "5. TrustMark Lodgement"
|