python-hserver/hserver/run.py

5 lines
122 B
Python
Raw Permalink Normal View History

2018-03-09 11:50:31 +01:00
import hserver
import os.path
templates = hserver.TemplateModule(path="%s/templates.src" % (os.path.dirname(__file__),))