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