Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Johnometalman
/
dientes
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dientes
/
venv
/
lib
/
python3.8
/
site-packages
/
easy_install.py
johnometalman
refactor de la app
2767f6e
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
"""Run the EasyInstall command"""
if
__name__ ==
'__main__'
:
from
setuptools.command.easy_install
import
main
main()