Skip to content

Commit

Permalink
Forgot to import MeepleType.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbons committed May 22, 2020
1 parent 4e4b0d8 commit bca4d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/four_player_game_random_moves.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from wingedsheep.carcassonne.carcassonne_game import CarcassonneGame
from wingedsheep.carcassonne.carcassonne_game_state import CarcassonneGameState
from wingedsheep.carcassonne.objects.actions.action import Action
from wingedsheep.carcassonne.objects.meeple_type import MeepleType
from wingedsheep.carcassonne.tile_sets.supplementary_rules import SupplementaryRule
from wingedsheep.carcassonne.tile_sets.tile_sets import TileSet

Expand Down

0 comments on commit bca4d7d

Please sign in to comment.