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