#!/usr/bin/env python

from ogrkit.utilities.difference import OGRDifference

if __name__ == '__main__':
    OGRDifference().main()

