prog-obiektowe/python/Figure.py

4 lines
67 B
Python
Raw Normal View History

class Figure:
def area(self):
print("Not implemented")