Files
IfcOpenShell/src/ifcbimtester/bimtester/__init__.py
T
2020-11-30 17:54:10 +11:00

6 lines
102 B
Python

from os.path import dirname
from os.path import realpath
package_path = dirname(realpath(__file__))