Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gamewinner/strategies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from gamewinner.strategies.evanmiya.the_cuts import TheCuts23 # noqa
from gamewinner.strategies.evanmiya.the_cuts import TheCuts23DumBayz # noqa
from gamewinner.strategies.evanmiya.the_cuts import TheCuts23Frozen # noqa
from gamewinner.strategies.evanmiya.recency_bias import RecencyBias
from gamewinner.strategies.evanmiya.the_white_whale import TheWhiteWhale
from gamewinner.strategies.evanmiya.vanilla_miya import VanillaMiya # noqa
from gamewinner.strategies.examples.best_rank_wins import BestRankWins # noqa
Expand All @@ -23,6 +24,7 @@
TheCuts23(),
TheCuts23Frozen(),
TheCuts23DumBayz(),
RecencyBias(),
TheWhiteWhale(),
Chillz(),
KillerChillz(),
Expand Down
Loading