This commit is contained in:
Lukas Wölfer
2019-04-08 02:01:16 +02:00
parent c4cacf5752
commit ea578121d9

View File

@@ -1,5 +1,5 @@
"""Main module"""
from typing import List, Union, Tuple, Iterator, Optional
from typing import List, Union, Tuple, Iterator
import enum
from dataclasses import dataclass
@@ -154,6 +154,7 @@ class Board:
def possible_goal_move_actions(self) -> Iterator[MoveAction]:
"""Enumerates all possible moves from anywhere to the goal"""
#TODO