6 lines
106 B
Python
6 lines
106 B
Python
from pathlib import Path
|
|
|
|
|
|
PACKAGE_DIR = Path(__file__).parent
|
|
WAPP_SRC_ROOT = PACKAGE_DIR.parent / "src"
|