#!/usr/bin/env python3
import sys
sys.path.insert(0, "/usr/share/audryn")
from audryn.app import main
raise SystemExit(main())
