From 1e6d8fd23d753911c92dc32f27bf284e0d75c526 Mon Sep 17 00:00:00 2001 From: Julien HAUTOT Date: Tue, 22 Nov 2022 17:25:17 +0100 Subject: [PATCH] correct --- connect4/src/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect4/src/rules.py b/connect4/src/rules.py index 411658d..1c3ad19 100644 --- a/connect4/src/rules.py +++ b/connect4/src/rules.py @@ -1,4 +1,4 @@ -from board import Board +from connect4.src.board import Board class Rules: def __init__(self):