from flask import Blueprint

api_bp = Blueprint('api', __name__)

from . import routes
from . import subscription_routes
