fix collumns, start facade and clean shitty code
This commit is contained in:
10
buildings/elements/Window.py
Normal file
10
buildings/elements/Window.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class Window:
|
||||
def __init__(self, size : tuple[int,int]):
|
||||
self.size = size
|
||||
|
||||
|
||||
def open(self):
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user