Squashed 'module/api/' content from commit eda4172

git-subtree-dir: module/api
git-subtree-split: eda41725c9
This commit is contained in:
assembly-bot
2026-08-15 18:55:32 +08:00
commit 5d88993301
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
commit by api-agent on module/api
+1
View File
@@ -0,0 +1 @@
def main(): print("api module")\nif __name__=="__main__": main()
+1
View File
@@ -0,0 +1 @@
fastapi==0.110.0
+1
View File
@@ -0,0 +1 @@
def get_user(id): return {"id":id}