Skip to content

Commit d84c304

Browse files
fix: correct import path for Game, read_efg, and read_nfg to avoid circular import
1 parent 7ddd64b commit d84c304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pygambit/catalog/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Literal
33

44
# import numpy as np
5-
from pygambit import Game, read_efg, read_nfg
5+
from pygambit.gambit import Game, read_efg, read_nfg
66

77
_GAMEFILES_DIR = Path(__file__).parent.parent.parent.parent / "contrib/games"
88

0 commit comments

Comments
 (0)