File: foo.py

package info (click to toggle)
distlib 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,252 kB
  • ctags: 3,019
  • sloc: python: 21,062; ansic: 407; 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')