Skip to content

Commit 6ace132

Browse files
committed
fix oop lab
1 parent 1ffbcdd commit 6ace132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labs/oop/bijele/bijele.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
5. print the difference as shown in the sample output
1212
"""
1313

14-
from labs.oop.bijele.chess import Chess
14+
from chess import Chess
1515

1616

1717
def main() -> None:

labs/oop/bijele/test_chess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Module to test the Chess class.
33
"""
44

5-
from labs.oop.bijele.chess import Chess
5+
from chess import Chess
66

77

88
def test__init__() -> None:

0 commit comments

Comments
 (0)