mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
15 lines
426 B
Python
15 lines
426 B
Python
from .classes import AssignmentEventGroup
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Space_Station_Task_Force = AssignmentEventGroup(
|
|
id=1,
|
|
name='Space_Station_Task_Force',
|
|
cn='空间站特派',
|
|
cht='太空站特派',
|
|
en='Space Station Task Force',
|
|
jp='ステーション特派',
|
|
es='Comando de la Estación Espacial',
|
|
)
|