mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-04-28 04:21:30 -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
|