7 lines
No EOL
135 B
Python
7 lines
No EOL
135 B
Python
from flask import Blueprint
|
|
|
|
api_bp = Blueprint('api', __name__)
|
|
|
|
from .titles import *
|
|
from .toloka import *
|
|
from .config_api import * |