Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
test-almondo
/
test2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2823704
test2
/
source
/
main.py
pannman
Change directory structure
fd885bb
8 months ago
raw
Copy download link
history
blame
Safe
85 Bytes
def
main
():
print
(
"Hello Issue driven!"
)
if
__name__ ==
"__main__"
:
main()