#!/usr/bin/env python2

import sys
sys.path.insert(0, "/usr/share/anki")
import aqt
aqt.run()
