practice_code/python/test/StartClient.py

6 lines
83 B
Python
Raw Normal View History

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