from flask import Blueprint

bp_api = Blueprint("api", __name__)

from . import health 
from . import ai 
