Repository URL to install this package:
#!/usr/bin/python3 # Simplified launcher for anki as installed in the Debian system import sys sys.path[0] = '/usr/share/anki' import aqt aqt.run()