mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 01:49:41 +00:00
4 lines
182 B
Python
4 lines
182 B
Python
|
import tasks.dungeon.keywords.nav as KEYWORDS_DUNGEON_NAV
|
||
|
import tasks.dungeon.keywords.tab as KEYWORDS_DUNGEON_TAB
|
||
|
from tasks.dungeon.keywords.classes import DungeonNav, DungeonTab
|