Files
IfcOpenShell/src/ifcbimtester/bimtester/__init__.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
102 B
Python
Raw Normal View History

2020-11-23 09:34:13 +01:00
from os.path import dirname
from os.path import realpath
2020-11-30 07:49:03 +01:00
package_path = dirname(realpath(__file__))