sanic/guide/webapp/endpoint/view.py
2023-09-06 15:44:00 +03:00

6 lines
98 B
Python

from sanic import Blueprint
from .search import bp as search_bp
bp = Blueprint.group(search_bp)