BIM: add formatting off comments (#24502)

This commit is contained in:
marcuspollio
2025-10-08 21:48:08 +02:00
committed by GitHub
parent 4323840e8e
commit 17c8da0244
3 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ else:
unicode = str
# fmt: off
BuildingTypes = ['Undefined',
'Agricultural - Barn',
'Agricultural - Chicken coop or chickenhouse',
@@ -200,6 +201,7 @@ BuildingTypes = ['Undefined',
'Other - Workshop',
'Other - World trade centre'
]
# fmt: on
class BuildingPart(ArchIFC.IfcProduct):