practice_code/python/test/start_all.py

6 lines
121 B
Python
Raw Normal View History

2024-04-17 16:45:36 +08:00
from Client import start_all
from Server import Server_main
if __name__ == '__main__':
Server_main()
start_all()