mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
from os.path import dirname
|
|
from os.path import realpath
|
|
|
|
|
|
package_path = dirname(realpath(__file__))
|