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