示例#1
0
文件: main.py 项目: geudrik/darkstar
def hello_world():
    Domain.init()  # TODO: This is .. bad. Fix how this is being done
    return render_template("index.html")