From 3a5d67f3c9cfb2cdc874bbb9e01b8c05dfe3f298 Mon Sep 17 00:00:00 2001 From: Julien HAUTOT Date: Tue, 22 Nov 2022 17:23:56 +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 0dd0475..411658d 100644 --- a/connect4/src/rules.py +++ b/connect4/src/rules.py @@ -1,4 +1,4 @@ -from src.board import Board +from board import Board class Rules: def __init__(self):