task4
This commit is contained in:
10
shortdeck/__init__.py
Normal file
10
shortdeck/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from poker.card import ShortDeckRank
|
||||
from .hand_evaluator import ShortDeckHandEvaluator
|
||||
from .hand_ranking import ShortDeckHandType, ShortDeckHandRanking
|
||||
|
||||
__all__ = [
|
||||
'ShortDeckRank',
|
||||
'ShortDeckHandEvaluator',
|
||||
'ShortDeckHandType',
|
||||
'ShortDeckHandRanking'
|
||||
]
|
||||
Reference in New Issue
Block a user