Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
asgi-lifespan / __init__.py
Size: Mime:
from .__version__ import __description__, __title__, __version__
from ._exceptions import LifespanNotSupported
from ._manager import LifespanManager

__all__ = [
    "__description__",
    "__title__",
    "__version__",
    "LifespanManager",
    "LifespanNotSupported",
]