artbound-python/artbound_python/__init__.py

6 lines
77 B
Python

from flask import Flask
app = Flask(__name__)
import artbound_python.views