4 lines
71 B
Python
4 lines
71 B
Python
import aiohttp
|
|
|
|
def make_session():
|
|
return aiohttp.ClientSession()
|