File: cotyledon-example

package info (click to toggle)
python-cotyledon 1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,067; sh: 34; makefile: 23
file content (10 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python3
# PBR Generated from 'console_scripts'

import sys

from cotyledon.tests.examples import example_app


if __name__ == "__main__":
    sys.exit(example_app())