MIT-Fishery-App / contour.py
aus10powell's picture
Upload 32 files
74cd228
raw
history blame
112 Bytes
class Contour():
def __init__(self, x, y, rad):
self.x = x
self.y = y
self.rad = rad