from flask import Blueprint
api_bp = Blueprint("api", __name__)
from .titles import *
from .toloka import *
from .config_api import *