We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f16e1 + 6448822 commit 9076225Copy full SHA for 9076225
casino/games/uno/uno.py
@@ -2,7 +2,7 @@
2
import time
3
import random
4
5
-from .Player import Player
+from .player import Player
6
from casino.types import GameContext
7
from casino.utils import clear_screen, cprint, cinput, display_topbar
8
from casino.cards import UnoDeck, UnoCard
0 commit comments