fix import path

This commit is contained in:
Maximilian Keßler 2023-11-10 12:05:14 +01:00
parent c00c88974c
commit c0e63fe17e
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,6 +1,6 @@
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 constants
from hanabi.live import variants