diff options
Diffstat (limited to 'poker/constants.py')
-rw-r--r-- | poker/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/poker/constants.py b/poker/constants.py index 3eeebff..b47fb1e 100644 --- a/poker/constants.py +++ b/poker/constants.py @@ -28,6 +28,3 @@ class Value(IntEnum): JACK = 11 QUEEN = 12 KING = 13 - - - |