This commit is contained in:
sidya82
2015-04-01 08:37:05 +02:00
parent bb72fdcc9a
commit 387ffab592
2 changed files with 55 additions and 23 deletions

5
startServer.py Normal file
View File

@@ -0,0 +1,5 @@
__author__ = 'sidya'
from serveur import Server
if __name__ == '__main__':
Server.main()