register database with docker compose; add uv & pyproject

This commit is contained in:
2026-04-16 20:18:03 +08:00
parent 4e0df5f13e
commit 4bb768aa33
6 changed files with 553 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from endorphin!")
if __name__ == "__main__":
main()