Tools / chemical /__init__.py
ZackBradshaw's picture
Upload folder using huggingface_hub
e67043b verified
raw
history blame
138 Bytes
from ..registry import register
@register("chemical-prop")
def chemical_prop():
from .prop import build_tool
return build_tool