Refactoring

This commit is contained in:
Lukas Wölfer
2019-04-21 01:36:37 +02:00
parent 87cfcbf7c0
commit 7f055eb302
4 changed files with 48 additions and 44 deletions

View File

@@ -1,7 +1,6 @@
"""Contains actions that can be used on the board"""
from typing import List, Tuple, Union
from typing import List, Tuple
from dataclasses import dataclass
import itertools
from . import board