1
0
forked from tdwojak/Python2017
Python2017/labs04/task03.py
2017-12-16 09:02:29 +01:00

8 lines
129 B
Python

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