#!/Users/jorge/miniconda2/bin/python

from jmflashcards.commands import run_syncronize

if __name__ == "__main__":
    run_syncronize()
