started refactoring
This commit is contained in:
parent
7c1185951f
commit
6171afe4e6
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
Loading…
Reference in New Issue
Block a user