mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-05-21 00:28:32 -05:00
7 lines
118 B
Python
7 lines
118 B
Python
import aiohttp
|
|
|
|
|
|
async def get_connection():
|
|
async with aiohttp.ClientSession() as session:
|
|
yield session
|