#!/usr/bin/env python

from shorturl import app
app.run(app.config['LISTENHOST'], app.config['LISTENPORT'], debug=True)
