wizapp-stdlib/codegen/constants.py

6 lines
106 B
Python

from pathlib import Path
PACKAGE_DIR = Path(__file__).parent
WAPP_SRC_ROOT = PACKAGE_DIR.parent / "src"