__init__.py

About this file

Blueprints are used in Flask to maintain a large and scalable application.
This file calls the 'agency' site whereas the agency/api _init_.py file calls the 'agency_api_blueprint' site blueprint. All the view functions are imported in this file.

Code Check Report


app/agency/__init__.py:5:1: E402 module level import not at top of file
app/agency/__init__.py:5:1: F401 '.views' imported but unused
                        

Documentation drawn from source code

Source code