mirror of
https://github.com/PaiGramTeam/genshin-wiki.git
synced 2024-11-21 22:58:02 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
from utils.typedefs import Lang
|
|
|
|
from utils.manager import ResourceManager
|
|
|
|
|
|
async def parse_avatar_data(lang: Lang):
|
|
...
|