8 lines
124 B
Python
8 lines
124 B
Python
|
from .Session_client import *
|
||
|
|
||
|
|
||
|
class Server_main(link_client):
|
||
|
def __init__(self):
|
||
|
link_client.__init__(self)
|
||
|
|