flask.app — Zenodo 3.0.0.dev20150000 documentation
pythonhosted.org › zenodo › _modulesUsually you create a :class:`Flask` instance in your main module or in the :file:`__init__.py` file of your package like this:: from flask import Flask app = Flask (__name__) .. admonition:: About the First Parameter The idea of the first parameter is to give Flask an idea of what belongs to your application. This name is used to find resources ...