File: uvc.py

package info (click to toggle)
python-uvcclient 0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: python: 1,040; sh: 5; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

import sys


def main():
    """Entry point for the application script"""
    from uvcclient import main

    sys.exit(main.main())