mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
19 lines
565 B
Python
19 lines
565 B
Python
from module.config.stored.classes import (
|
|
StoredBase,
|
|
StoredCounter,
|
|
StoredDaily,
|
|
StoredDailyActivity,
|
|
StoredDungeonDouble,
|
|
StoredExpiredAt0400,
|
|
StoredInt,
|
|
)
|
|
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m module/config/config_updater.py ```
|
|
|
|
class StoredGenerated:
|
|
DungeonDouble = StoredDungeonDouble("Dungeon.DungeonStorage.DungeonDouble")
|
|
DailyActivity = StoredDailyActivity("DailyQuest.DailyStorage.DailyActivity")
|
|
DailyQuest = StoredDaily("DailyQuest.DailyStorage.DailyQuest")
|