This commit is contained in:
2025-10-19 15:04:16 +08:00
commit fd6dd0bce4
12 changed files with 5314 additions and 0 deletions

6
apps/socket/main.py Normal file
View File

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