Repository URL to install this package:
|
Version:
1.0.1 ▾
|
asgi-lifespan
/
__init__.py
|
|---|
from .__version__ import __description__, __title__, __version__
from ._exceptions import LifespanNotSupported
from ._manager import LifespanManager
__all__ = [
"__description__",
"__title__",
"__version__",
"LifespanManager",
"LifespanNotSupported",
]