From b4ba284dcc20563b9b7dde770b7c9f67c6b25e76 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 20 Nov 2022 13:39:08 +0000 Subject: feat: Construct ranked hand with description Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function. --- poker/rank/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'poker/rank/__init__.py') diff --git a/poker/rank/__init__.py b/poker/rank/__init__.py index e69de29..c8700f9 100644 --- a/poker/rank/__init__.py +++ b/poker/rank/__init__.py @@ -0,0 +1,3 @@ +from poker.rank.hands import rank_hand + +__all__ = ["rank_hand"] -- cgit v1.2.3