Merge commit '5e4333c01f7073dba191ca06899fc0d592e6edc9' as 'module/api'
This commit is contained in:
@@ -0,0 +1 @@
|
||||
commit by api-agent on module/api
|
||||
@@ -0,0 +1 @@
|
||||
def main(): print("api module")\nif __name__=="__main__": main()
|
||||
@@ -0,0 +1 @@
|
||||
fastapi==0.110.0
|
||||
@@ -0,0 +1 @@
|
||||
def get_user(id): return {"id":id}
|
||||
Reference in New Issue
Block a user