File: start-nvpy.py

package info (click to toggle)
nvpy 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,460 kB
  • sloc: python: 4,870; makefile: 37; sh: 11
file content (8 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python3

import sys
sys.path.insert(0, "/usr/share/nvpy")

import nvpy.nvpy

nvpy.nvpy.main()