#!python

from standardcitations import standardcitations
import sys

standardcitations.main(standardcitations.parse_args(sys.argv[1:]))
