Zaktualizuj 'main.py'
This commit is contained in:
parent
fbf6bc089d
commit
55d7b9b886
1
main.py
1
main.py
@ -13,6 +13,7 @@ if __name__ == "__main__":
|
|||||||
graphics = Graphics()
|
graphics = Graphics()
|
||||||
waiter = Waiter(graphics)
|
waiter = Waiter(graphics)
|
||||||
rabbit = Rabbit()
|
rabbit = Rabbit()
|
||||||
|
tree = DecisionTree()
|
||||||
|
|
||||||
# init functions
|
# init functions
|
||||||
graphics.drawBackground(waiter.matrix)
|
graphics.drawBackground(waiter.matrix)
|
||||||
|
Loading…
Reference in New Issue
Block a user