artbound_python/__init__.py (view raw)
1from flask import Flask 2 3app = Flask(__name__) 4 5import artbound_python.views