Torma Kristóf
4bd161de54
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
148 B
Python
8 lines
148 B
Python
#!/usr/bin/env python3
|
|
from server import Server
|
|
|
|
if __name__ == '__main__':
|
|
server = Server()
|
|
server.initServer()
|
|
server.startServer()
|