6 lines
94 B
Python
6 lines
94 B
Python
PORT = 5555
|
|
HOST = '127.0.0.1'
|
|
|
|
class Session():
|
|
__init__(self,args,kwargs):
|
|
self. |