This is the second release of the PyRituals package.
It is available on PyPI.org.
Installation:
pip install pyrituals==0.0.2
Changelog:
- It's now possible to pass a aiohttp.ClientSession when initializing a Account or Diffuser class.
- Re-passing the session is not necessary if you initialized the Account or Diffuser class with a aiohttp.ClientSession.