sanic/guide/webapp/endpoint/view.py

6 lines
98 B
Python
Raw Normal View History

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