create init function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-25 17:55:05 +02:00
parent 0874645719
commit 4bd161de54
2 changed files with 11 additions and 15 deletions

View File

@@ -3,4 +3,5 @@ from server import Server
if __name__ == '__main__':
server = Server()
server.initServer()
server.startServer()