mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 22:38:49 +00:00
6 lines
269 B
Python
6 lines
269 B
Python
import tasks.rogue.keywords.blessing as KEYWORDS_ROGUE_BLESSING
|
|
import tasks.rogue.keywords.path as KEYWORDS_ROGUE_PATH
|
|
import tasks.rogue.keywords.resonance as KEYWORDS_ROGUE_RESONANCE
|
|
|
|
from tasks.rogue.keywords.classes import RogueBlessing, RoguePath, RogueResonance
|