This commit is contained in:
2025-03-04 14:36:53 +08:00
parent db42ff4e6d
commit b260ecf582
6 changed files with 221 additions and 17 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from webapi!")
if __name__ == "__main__":
main()