File: foo.py

package info (click to toggle)
distlib 0.3.6-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,192 kB
  • sloc: python: 12,614; ansic: 755; sh: 17; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
def main():
    print('Hello from foo')

def other_main():
    print('Hello again from foo')