mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 11:07:35 +08:00
7 lines
237 B
Python
7 lines
237 B
Python
from gsuid_core.utils.plugins_config.gs_config import StringConfig
|
|
|
|
from ..utils.resource.RESOURCE_PATH import CONFIG_PATH
|
|
from .config_default import CONIFG_DEFAULT
|
|
|
|
ArkConfig = StringConfig("ArknightsUID", CONFIG_PATH, CONIFG_DEFAULT)
|