Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hemimoon
/
Agents-Course-Final-Assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c97f0b2
Agents-Course-Final-Assignment
/
main.py
YI Zhongyue
init.
d142da5
10 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
def
main
():
print
(
"Hello from final-assignment-template!"
)
if
__name__ ==
"__main__"
:
main()