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

import sys

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

import aqt

aqt.run()
