6 lines
125 B
Python
6 lines
125 B
Python
# SERVER CLIENT
|
|
# PURPOSE: read requests, send data, validate interactions
|
|
|
|
while True:
|
|
# reading requests logic
|
|
pass |