KH2: Fix relative import (#2702)

This commit is contained in:
JaredWeakStrike 2024-01-10 18:56:43 -05:00 committed by GitHub
parent e082c83dc7
commit 4045c6a9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):