mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
7 lines
68 B
Python
7 lines
68 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from bimtester.guiwidget import run
|
||
|
|
|
||
|
|
|
||
|
|
run()
|