practice_code/python/test/StartServer.py

5 lines
77 B
Python
Raw Normal View History

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