mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
my first change 2
This commit is contained in:
@@ -10,6 +10,8 @@ class Suit(Enum):
|
||||
CLUBS = 2
|
||||
SPADE = 3
|
||||
|
||||
# test
|
||||
|
||||
|
||||
class Card(metaclass=ABCMeta):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user