mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
5 lines
108 B
Python
5 lines
108 B
Python
![]() |
import aiohttp
|
||
|
from src.config import settings
|
||
|
|
||
|
session = aiohttp.ClientSession(headers=settings["header"])
|