#!/usr/bin/python
import sys
import kopano_migration_pst

if __name__ == '__main__':
    sys.exit(kopano_migration_pst.main())
