removed main from the server module. forgot it was there

This commit is contained in:
Greg Gauthier 2020-10-14 22:14:53 +01:00
parent deb3e1ca62
commit 2e9fae3d4c
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
import socket
from multiprocessing import Process
from random import randint
from os import getpid
from time import sleep
class EchoServer: