Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rejig-ai
/
chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chat
/
dotenv
/
__main__.py
rejig-ai
code with working websearch agent
9fc2f18
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
"""Entry point for cli, enables execution with `python -m dotenv`"""
from
.cli
import
cli
if
__name__ ==
"__main__"
:
cli()