"""Entry point for running flask application""" import at.web from pathlib import Path app = at.web.app(Path(__file__).parent)