Changed the folder structure for better maintenance and inserted Dockerfile for image building.
5 lines
96 B
Python
5 lines
96 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('errors', __name__)
|
|
|
|
from app.errors import handlers |