#!/usr/bin/env python2 # -*- coding: utf-8 -*- class Point: def __init__(self, vertexes): self.vertexes = vertexes