Source code for typerighter.types.spatial

from . import base


[docs]class GeoPointType(base.Type): pass