from pathlib import Path


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