#!/usr/bin/env python

from ogrkit.utilities.intersection import OGRIntersection

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

