practice_code/python/test/Server/__init__.py

8 lines
124 B
Python
Raw Normal View History

from .Session_client import *
class Server_main(link_client):
def __init__(self):
link_client.__init__(self)