We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b181cd commit a9e7aeaCopy full SHA for a9e7aea
codeclash/arenas/bridge/game_server/game.py
@@ -1,8 +1,8 @@
1
"""Core Bridge game logic."""
2
import uuid
3
4
-from .deck import compare_cards, get_suit, shuffle_and_deal
5
-from .scoring import calculate_contract_score, get_declarer_team, normalize_to_vp
+from deck import compare_cards, get_suit, shuffle_and_deal
+from scoring import calculate_contract_score, get_declarer_team, normalize_to_vp
6
7
8
class BridgeGame:
0 commit comments