First commit
This commit is contained in:
7
bagheera_search_lib/__init__.py
Normal file
7
bagheera_search_lib/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .bagheera_search import BagheeraSearcher
|
||||
|
||||
|
||||
def search(query):
|
||||
"""Interfaz simplificada para la librería."""
|
||||
bs = BagheeraSearcher()
|
||||
return bs.search(query)
|
||||
Reference in New Issue
Block a user