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