practice_code/python/code/chat_room/Chat_Room_Second/StartServer.py
2024-04-23 22:05:31 +08:00

5 lines
77 B
Python

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