Repository URL to install this package:
|
Version:
1.0.1 ▾
|
asgi-lifespan
/
_compat.py
|
|---|
try:
from contextlib import AsyncExitStack
except ImportError: # pragma: no cover
from async_exit_stack import AsyncExitStack # type: ignore # noqa: F401