add main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-25 17:36:19 +02:00
parent c091532f74
commit 7c0e66c450
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env python3
from server import Server
if __name__ == '__main__':
print("hi")
server = Server()
server.startServer()