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
+6
View File
@@ -0,0 +1,6 @@
from wehago_db.app import main
if __name__ == "__main__":
main()