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

View File

@@ -0,0 +1 @@
3.12

0
apps/socket/README.md Normal file
View File

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

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

View File

@@ -0,0 +1,7 @@
[project]
name = "socket"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []