Refactor chesspp module with pyproject
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
# TODO extend class
|
||||
class IStrategy(ABC):
|
||||
|
||||
@abstractmethod
|
||||
def pick_next_move(self, ):
|
||||
pass
|
||||
Reference in New Issue
Block a user