Linting
This commit is contained in:
3
main.py
3
main.py
@@ -1,5 +1,5 @@
|
|||||||
"""Main module"""
|
"""Main module"""
|
||||||
from typing import List, Union, Tuple, Iterator, Optional
|
from typing import List, Union, Tuple, Iterator
|
||||||
import enum
|
import enum
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
|
|
||||||
@@ -154,6 +154,7 @@ class Board:
|
|||||||
|
|
||||||
def possible_goal_move_actions(self) -> Iterator[MoveAction]:
|
def possible_goal_move_actions(self) -> Iterator[MoveAction]:
|
||||||
"""Enumerates all possible moves from anywhere to the goal"""
|
"""Enumerates all possible moves from anywhere to the goal"""
|
||||||
|
#TODO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user