We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b14f0 commit 8f5ee95Copy full SHA for 8f5ee95
main.py
@@ -1,6 +1,7 @@
1
from CoffeeMachine.main import start as coffee_machine
2
from CoffeeMachineOOP.main import start as coffee_machine_oop
3
from QuizGame.main import start as quiz_game
4
+from HirsPainting.main import start as hirs_painting
5
6
7
print("1. Coffee Machine")
@@ -16,5 +17,7 @@
16
17
coffee_machine_oop()
18
case "3":
19
quiz_game()
20
+ case "4":
21
+ hirs_painting()
22
case _:
23
print("Bye!")
0 commit comments