Added __main__ module for testing

master
Harald Christian Joachim Wolff 2018-03-10 00:18:36 +01:00
parent 10bbb6da78
commit 2afbd06341
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import hserver
server = hserver.HServer()
server.run()