diff options
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +"""Entry point for running flask application""" + +import at.web +from pathlib import Path +app = at.web.app(Path(__file__).parent) |