1
0
forked from tdwojak/Python2017
Python2017/labs04/task03.py

8 lines
129 B
Python
Raw Normal View History

2017-12-03 13:05:05 +01:00
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
2017-12-16 09:02:29 +01:00
class Point:
def __init__(self, vertexes):
self.vertexes = vertexes