python-hserver/hserver/run.py

5 lines
122 B
Python

import hserver
import os.path
templates = hserver.TemplateModule(path="%s/templates.src" % (os.path.dirname(__file__),))