practice_code/python/test/Server/__init__.py

12 lines
141 B
Python
Raw Normal View History

2024-04-17 16:45:36 +08:00
from .Transmission import *
2024-04-17 16:45:36 +08:00
class Server_main:
def __init__(self):
2024-04-17 16:45:36 +08:00
ProcessServer()
database()
link_client()
2024-04-13 13:52:36 +08:00