windows full features
This commit is contained in:
4
buildings/elements/Balcony.py
Normal file
4
buildings/elements/Balcony.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class Balcony:
|
||||
def __init__(self, length, width):
|
||||
self.length = length
|
||||
self.width = width
|
||||
Reference in New Issue
Block a user