index
:
135e2/seu-bookstore.git
master
[no description]
135e2
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
blob: a08d28b579d75b6206461abba5c4c52ad81c9b12 (
plain
)
1
2
3
4
5
6
def
main
():
print
(
"Hello from bookstore!"
)
if
__name__
==
"__main__"
:
main
()