add missing import

This commit is contained in:
Bruno Postle
2022-04-03 11:28:19 +01:00
committed by Dion Moult
parent 05345e8ddf
commit c049007ee8
+1
View File
@@ -19,6 +19,7 @@
import bpy
import ifcopenshell
import ifcopenshell.api
import blenderbim.tool as tool
class LibraryGenerator: