Skip to content

Commit 9076225

Browse files
Merge pull request #180 from HetBuddhdev10/bugfix/uno
Bug fix : import error for player in uno.py
2 parents c2f16e1 + 6448822 commit 9076225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casino/games/uno/uno.py

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

5-
from .Player import Player
5+
from .player import Player
66
from casino.types import GameContext
77
from casino.utils import clear_screen, cprint, cinput, display_topbar
88
from casino.cards import UnoDeck, UnoCard

0 commit comments

Comments
 (0)