practice_code/python/code/chat_room/Chat_Room_Second/StartServer.py

5 lines
77 B
Python
Raw Normal View History

2024-05-27 11:59:32 +08:00
from Server import Server_main
if __name__ == '__main__':
Server_main()