prog-obiektowe/python/net/hypki/Area.py
2023-04-04 13:26:38 +02:00

18 lines
207 B
Python

'''
Created on Apr 4, 2023
@author: ahypki
'''
class Area():
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
def compute_area(self):
pass