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