Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jyo-K
/
RevOps
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RevOps
/
main.py
Jyo-K
partial
38336e8
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
def
main
():
print
(
"Hello from openenv!"
)
if
__name__ ==
"__main__"
:
main()