started refactoring
This commit is contained in:
6
net_components.py
Normal file
6
net_components.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
PORT = 5555
|
||||||
|
HOST = '127.0.0.1'
|
||||||
|
|
||||||
|
class Session():
|
||||||
|
__init__(self,args,kwargs):
|
||||||
|
self.
|
0
net_components_ui.py
Normal file
0
net_components_ui.py
Normal file
Reference in New Issue
Block a user