This website requires JavaScript.
Explore
Help
Sign In
paul
/
poker-ranking-service
Watch
1
Star
0
Fork
You've already forked poker-ranking-service
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
484c636513
poker-ranking-service
/
poker
/
rank
/
__init__.py
4 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
feat: Construct ranked hand with description Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function.
2022-11-20 13:39:08 +00:00
from
poker
.
rank
.
hands
import
rank_hand
__all__
=
[
"
rank_hand
"
]