Initial WEHAGO_DB project setup

This commit is contained in:
YJKIM
2026-04-23 11:07:38 +09:00
commit 3b7cf5d763
9 changed files with 206 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parents[1]
def main() -> None:
print("WEHAGO_DB project is ready.")
print(f"Project folder: {PROJECT_ROOT}")