Exemple #1
0
def hello_world():
    Domain.init()  # TODO: This is .. bad. Fix how this is being done
    return render_template("index.html")