Mya-Mya
Squashed commit of the following:
9f1a6f8
raw
history blame
281 Bytes
from ambiguous_search_backends import SBAmbiguousSearchBackend
from classic_search_backends import ImplClassicSearchBackend
import frontend
frontend.launch_frontend(
ambiguous_search_backend=SBAmbiguousSearchBackend(),
classic_search_backend=ImplClassicSearchBackend(),
)