#! /usr/bin/python3 -sP

from picard import register_excepthook
register_excepthook()

from picard.tagger import main
main(autoupdate=False)
