python-hserver/hserver/__main__.py

9 lines
60 B
Python

import hserver
server = hserver.HServer()
server.run()