Files
GDMC-2024/buildings/elements/Balcony.py
2024-05-26 01:37:06 +02:00

4 lines
109 B
Python

class Balcony:
def __init__(self, length, width):
self.length = length
self.width = width