Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
webslate
/
transactify
like
2
Follow
Webslate.io
4
English
custom
License:
mit
Model card
Files
Files and versions
Community
16
refs/pr/6
transactify
/
main.py
ananthakrishnan
tech: update main script
e1b95fc
10 months ago
raw
Copy download link
history
blame
107 Bytes
# hello_world.py
def
hello_world
():
print
(
"Hello World"
)
if
__name__ ==
"__main__"
:
hello_world()