From bc53e2fe6b20e8d6642c369ceec819b7c7221e3a Mon Sep 17 00:00:00 2001 From: vuko Date: Sat, 13 Jun 2020 12:07:58 +0200 Subject: add readme gitignore and update at.cfg.dist --- run.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 run.py (limited to 'run.py') diff --git a/run.py b/run.py new file mode 100644 index 0000000..ff961ec --- /dev/null +++ b/run.py @@ -0,0 +1,5 @@ +"""Entry point for running flask application""" + +import at.web +from pathlib import Path +app = at.web.app(Path(__file__).parent) -- cgit v1.2.1