index
:
agent
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
blob: ce755d5fc3ebc59af541ed94bd6fb32a72a7d467 (
plain
) (
blame
)
1
2
3
4
5
6
def
main
():
print
(
"Hello from agent!"
)
if
__name__
==
"__main__"
:
main
()