index
:
dh-python
debian
progress-linux
upstream
debian 11 backports: debian
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
tpb02
/
foo
/
__init__.py
blob: f29ed43f25078ad73ab818b5c09fa635d57ae550 (
plain
)
1
2
3
4
5
6
"""An amazing sample package!"""
__version__
=
'0.1'
def
main
():
print
(
"Hello There"
)