Make module runnable

This commit is contained in:
Felix Blanke 2023-08-20 00:55:09 +02:00
parent 66d92be24e
commit 989b9ee4fb

View File

@ -50,3 +50,6 @@ def tables(
)
return render_template("base.html", tables="\n".join(output_str))
if __name__ == "__main__":
app.run()