anki/qt/tools/runanki.system.in

10 lines
98 B
Plaintext
Raw Normal View History

2017-01-17 02:25:55 +01:00
#!/usr/bin/env python3
import sys
sys.path.append("@PREFIX@/share/anki")
2017-01-17 02:25:55 +01:00
import aqt
2017-01-17 02:25:55 +01:00
aqt.run()