6 lines
114 B

11 months ago
from quart import Blueprint
11 months ago
main = Blueprint('main', __name__,template_folder='templates')
11 months ago
from . import routes