KH2: Fix relative import (#2702)
This commit is contained in:
parent
e082c83dc7
commit
4045c6a9cf
|
@ -2,7 +2,7 @@ from dataclasses import dataclass
|
|||
|
||||
from Options import Choice, Range, Toggle, ItemDict, PerGameCommonOptions, StartInventoryPool
|
||||
|
||||
from worlds.kh2 import default_itempool_option
|
||||
from . import default_itempool_option
|
||||
|
||||
|
||||
class SoraEXP(Range):
|
||||
|
|
Loading…
Reference in New Issue