Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei Chen committed Oct 3, 2023
1 parent f9e87bf commit b21479c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions unitary/examples/quantum_chinese_chess/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import unitary.alpha as alpha
from unitary.examples.quantum_chinese_chess.enums import SquareState, GameState, Color, Type, Language
from unitary.examples.quantum_chinese_chess.enums import (
SquareState,
GameState,
Color,
Type,
Language,
)
from unitary.examples.quantum_chinese_chess.piece import Piece
from colorama import Fore, Back, Style


class Board:
def __init__(self):
Expand Down

0 comments on commit b21479c

Please sign in to comment.