Repository URL to install this package:
|
Version:
0.6.9.post12 ▾
|
"""Patches - LiveCheck integration with other frameworks/libraries."""
from . import aiohttp
__all__ = ["aiohttp", "patch_all"]
def patch_all() -> None:
"""Apply all LiveCheck monkey patches."""
aiohttp.patch_all()