Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kaiserpister
/
guess-the-function
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
guess-the-function
File size: 83 Bytes
6eefbd7
1
2
3
4
5
6
7
import
sys
from
.cli
import
main
if
__name__ ==
"__main__"
: sys.exit(main())