
__init__.py
About this file
Blueprints are used in Flask to maintain a large and scalable application.
This file creates a route for file uploads.
An image is received using a filereader in JS and will be received as a base64
string that will be decrypted and stored.
Code Check Report
app/upload/__init__.py:5:1: E402 module level import not at top of file app/upload/__init__.py:5:1: F401 '.views' imported but unused
Documentation drawn from source code