5 lines
77 B
Python
5 lines
77 B
Python
|
from Server import Server_main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
Server_main()
|