mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2025-02-07 06:08:44 +00:00
4 lines
67 B
Python
4 lines
67 B
Python
|
from httpx import AsyncClient
|
||
|
|
||
|
client = AsyncClient(timeout=120.0)
|