sanic/guide/webapp/endpoint/view.py
2023-10-25 03:02:26 +01:00

7 lines
99 B
Python

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