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

18 lines
207 B
Python
Raw Normal View History

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