mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
7 lines
92 B
Python
Executable file
7 lines
92 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
sys.path.append("/usr/share/anki")
|
|
|
|
import aqt
|
|
aqt.run()
|