Tools / database /__init__.py
ZackBradshaw's picture
Upload folder using huggingface_hub
e67043b verified
raw
history blame
159 Bytes
from ..registry import register
@register("database")
def register_database_tool():
from .api import build_database_tool
return build_database_tool