[go: up one dir, main page]

File: foo.py

package info (click to toggle)
distlib 0.3.9-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,228 kB
  • sloc: python: 12,347; ansic: 820; sh: 106; 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')