This commit is contained in:
Lukas Wölfer
2019-07-15 02:29:01 +02:00
parent 86b47097fd
commit ff5ea31742
5 changed files with 22 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
from .context import shenzhen_solitaire
"""Contains an example board to run tests on"""
from shenzhen_solitaire.board import NumberCard, SpecialCard, Board
my_board: Board = Board()