#! /usr/bin/env python3
from app import run_app

run_app()

