IfcCSV workflow now uses VERSION

This commit is contained in:
Dion Moult
2024-06-12 18:15:13 +10:00
parent 85e1786ce5
commit 4b454dd646
4 changed files with 11 additions and 17 deletions
+3
View File
@@ -53,6 +53,9 @@ except:
pass # No Pandas support
__version__ = version = "0.0.0"
FILE_FORMAT = Literal[
"csv",
"ods",