6 lines
121 B
Python
6 lines
121 B
Python
from Client import start_all
|
|
from Server import Server_main
|
|
|
|
if __name__ == '__main__':
|
|
Server_main()
|
|
start_all() |