my first change 2

This commit is contained in:
Gaurav Jindal 2022-09-29 20:33:46 +08:00
parent 7e8f93e57d
commit 4d6e98d900
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ class Suit(Enum):
CLUBS = 2
SPADE = 3
# test
class Card(metaclass=ABCMeta):