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