6 lines
83 B
Python
6 lines
83 B
Python
import wx
|
|
from Client import start_all
|
|
|
|
if __name__ == '__main__':
|
|
start_all()
|