#!/usr/bin/env python

import sys

from prefsync.prefsync import main

sys.exit(main())
