mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 17:06:29 +00:00
replace api.run with static methods
This commit is contained in:
@@ -23,8 +23,9 @@ import sys
|
||||
|
||||
# sys.path.append('C:\Program Files\Python37\Lib\site-packages')
|
||||
import lxml
|
||||
import bspy
|
||||
from bspy import Gbxml
|
||||
import lxml.etree
|
||||
import bspy # pyright: ignore[reportMissingImports]
|
||||
from bspy import Gbxml # pyright: ignore[reportMissingImports]
|
||||
|
||||
|
||||
class GbxmlExporter:
|
||||
|
||||
Reference in New Issue
Block a user