minimal working version going

This commit is contained in:
2026-07-09 21:56:09 +10:00
parent 4b5d5a2130
commit 36b2e37bda
8 changed files with 325 additions and 10 deletions

4
test.py Normal file
View File

@@ -0,0 +1,4 @@
import socket
socket.socket(socket.AF_INET, socket.SOCK_STREAM)