mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
93 B
Python
Executable file
6 lines
93 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import sys
|
|
sys.path.insert(0, "/usr/share/anki")
|
|
import aqt
|
|
aqt.run()
|