pyproger/pyproger/errors/__init__.py

9 lines
97 B
Python
Executable File

from flask import Blueprint
bp = Blueprint(
"errors",
__name__,
)
from . import routes