5 lines
86 B

from quart import Blueprint
main = Blueprint('main', __name__)
from . import routes