practice_code/python/code/chat_room/Chat_Room_Second/StartClient.py
2024-05-27 11:59:32 +08:00

5 lines
73 B
Python

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