mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
typing
This commit is contained in:
@@ -559,6 +559,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
elif getattr(args, "import"):
|
||||
ifc_csv = IfcCsv()
|
||||
ifc_file: ifcopenshell.file
|
||||
ifc_file = ifcopenshell.open(args.ifc)
|
||||
ifc_csv.Import(
|
||||
ifc_file,
|
||||
|
||||
Reference in New Issue
Block a user