__init__.py

About this file

Blueprints are used in Flask to maintain a large and scalable application. Flask-Session extension is used to add support for Server-side Session to your application.

Code Check Report


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

Documentation drawn from source code


func():

Source code