Initial commit

This commit is contained in:
Z User
2026-06-06 05:21:10 +00:00
Unverified
commit 6664758a6d
493 changed files with 135653 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import annotations
from pathlib import Path
def project_root() -> Path:
return Path(__file__).resolve().parents[2]