index
:
flit
debian
progress-linux
upstream
debian 11 backports: flit
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
samples
/
with_flit_ini
/
package1
/
__init__.py
blob: 07978d8bcd5a0c001c6d87266df93ac4a3aa7a6d (
plain
)
1
2
3
4
5
6
"""A sample package"""
__version__
=
'0.1'
def
main
():
print
(
"package1 main"
)