Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
anki / usr / bin / anki
Size: Mime:
#!/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()