fix import path
This commit is contained in:
parent
c00c88974c
commit
c0e63fe17e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
from typing import List, Dict, Tuple
|
from typing import List, Dict, Tuple
|
||||||
|
|
||||||
from hanab_game import Action, ParseError
|
from hanabi.hanab_game import Action, ParseError
|
||||||
from hanabi import hanab_game
|
from hanabi import hanab_game
|
||||||
from hanabi import constants
|
from hanabi import constants
|
||||||
from hanabi.live import variants
|
from hanabi.live import variants
|
||||||
|
|
Loading…
Reference in a new issue