File: runanki.system.in

package info (click to toggle)
anki 2.1.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,976 kB
  • sloc: python: 26,992; xml: 67; sh: 49; makefile: 45
file content (7 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys
sys.path.append("@PREFIX@/share/anki")

import aqt
aqt.run()