from .api.routes import api from .frontend.routes import frontend blueprints = ( api, frontend, )