
__init__.py
About this file
The file defines 'request_api_blueprint' and all the view functions are imported in this file.
Code Issues
-
There is no docstring for this file. There can be comments on exactly why
request_api_blueprint
is used.
Code Check Report
app/request/api/__init__.py:5:1: E402 module level import not at top of file app/request/api/__init__.py:5:1: F401 '.views' imported but unused
Documentation drawn from source code