poker-ranking-service/poker/rank/__init__.py

4 lines
64 B
Python

from poker.rank.hands import rank_hand
__all__ = ["rank_hand"]