Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZackBradshaw
/
Tools
like
0
Runtime error
App
Files
Files
Community
e8225b8
Tools
/
weather
/
__init__.py
ZackBradshaw
Upload folder using huggingface_hub
e67043b
verified
10 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
from
..registry
import
register
@register(
"weather"
)
def
weather
():
from
.api
import
build_tool
return
build_tool