#!/usr/bin/python3.6
# Need to specify Python version

import sys
sys.path.append("/usr/share/anki")

import aqt
aqt.run()
