prog-obiektowe/python/net/hypki/Area.py

18 lines
207 B
Python
Raw Normal View History

2023-04-04 18:13:13 +02:00
'''
Created on Apr 4, 2023
@author: ahypki
'''
class Area():
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
def compute_area(self):
pass