from collections import OrderedDict, Mapping
+from .geometry import GeometricObject
from .linexprs import Symbol
yield symbol, func(coordinate1, coordinate2)
-class Point(Coordinates):
+class Point(Coordinates, GeometricObject):
"""
This class represents points in space.
"""