Files
Chatter-EIAF/CHATTER/server.py
2026-04-07 10:23:16 -04:00

6 lines
125 B
Python

# SERVER CLIENT
# PURPOSE: read requests, send data, validate interactions
while True:
# reading requests logic
pass