mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
|
|
from os.path import dirname
|
||
|
|
from os.path import realpath
|
||
|
|
|
||
|
|
|
||
|
|
code_bimtester_path = dirname(realpath(__file__))
|