Spaces:
Sleeping
Sleeping
File size: 112 Bytes
74cd228 |
1 2 3 4 5 |
class Contour():
def __init__(self, x, y, rad):
self.x = x
self.y = y
self.rad = rad |