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