We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d747729 commit 8c1aff2Copy full SHA for 8c1aff2
src/mastermind/main/main.py
@@ -4,7 +4,7 @@
4
retrieve_stored_games,
5
)
6
from mastermind.storage import UserDataManager
7
-from mastermind.ui.menu.concrete_menus import (
+from mastermind.ui.menu import (
8
GameHistoryMenu,
9
MainMenu,
10
NewGameMenu,
0 commit comments