prog-obiektowe/python/net/hypki/Area.py
2023-04-04 18:13:13 +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