practice_code/python/test/start_all.py
2024-04-17 16:45:36 +08:00

6 lines
121 B
Python

from Client import start_all
from Server import Server_main
if __name__ == '__main__':
Server_main()
start_all()