#!/usr/local/bin/python2 import collections.namedtuple Point = namedtuple('Point', ['x', 'y'])