# -*- coding: utf-8 -*-
"""
Created on Fri Oct 02 15:49:14 2015

@author: ka
"""

#!flask/bin/python
from app import app
app.run(debug=True)