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

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