#!/usr/bin/python3

from wsgiref.handlers import CGIHandler
from aphi import app

CGIHandler().run(app)