Skip to content

Commit 92a0084

Browse files
Adding back player line
1 parent 0543dcc commit 92a0084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

casino/games/uno/uno.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import time
33
import random
44

5+
from .player import Player
56
from casino.types import GameContext
67
from casino.utils import clear_screen, cprint, cinput, display_topbar
78
from casino.cards import UnoDeck, UnoCard

0 commit comments

Comments
 (0)