5 lines
69 B
Python
5 lines
69 B
Python
# hi!
|
|
from pathlib import Path
|
|
|
|
PACKAGE_ROOT = Path(__file__).parent
|