Make module runnable

This commit is contained in:
Felix Blanke
2023-08-20 00:55:09 +02:00
parent 66d92be24e
commit 989b9ee4fb
+3
View File
@@ -50,3 +50,6 @@ def tables(
) )
return render_template("base.html", tables="\n".join(output_str)) return render_template("base.html", tables="\n".join(output_str))
if __name__ == "__main__":
app.run()