diff options
author | vuko <vuko@hackerspace.pl> | 2020-06-13 12:13:19 +0200 |
---|---|---|
committer | vuko <vuko@hackerspace.pl> | 2020-06-13 12:13:19 +0200 |
commit | 68508440d10143fe7429a5d6cc6ae31264cfecf2 (patch) | |
tree | 0e9c177cb432a91549b636254062aeca2adc8c48 /run.py | |
parent | f5cde26030a66608628c3581784074753b6ad679 (diff) | |
parent | bc53e2fe6b20e8d6642c369ceec819b7c7221e3a (diff) | |
download | checkinator-68508440d10143fe7429a5d6cc6ae31264cfecf2.tar.gz checkinator-68508440d10143fe7429a5d6cc6ae31264cfecf2.tar.bz2 checkinator-68508440d10143fe7429a5d6cc6ae31264cfecf2.zip |
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) |