mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
7 lines
96 B
Python
Executable file
7 lines
96 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
sys.path.append("@PREFIX@/share/anki")
|
|
|
|
import aqt
|
|
aqt.run()
|