#!/usr/local/bin/python3.8

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

import aqt
aqt.run()
