gear-orders/util.py
2025-11-13 22:03:20 -06:00

4 lines
71 B
Python

import aiohttp
def make_session():
return aiohttp.ClientSession()