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

5 lines
73 B
Python
Raw Normal View History

2024-04-23 22:05:31 +08:00
from Client import start_all
if __name__ == '__main__':
start_all()