4 lines
74 B
Python
4 lines
74 B
Python
import os.path
|
|
|
|
package_root = os.path.dirname(os.path.abspath(__file__))
|