mirror of
https://github.com/django/daphne.git
synced 2025-10-27 05:51:01 +03:00
8 lines
215 B
Python
8 lines
215 B
Python
__version__ = "0.8"
|
|
|
|
default_app_config = 'channels.apps.ChannelsConfig'
|
|
DEFAULT_CHANNEL_LAYER = 'default'
|
|
|
|
from .asgi import channel_layers # NOQA isort:skip
|
|
from .channel import Channel, Group # NOQA isort:skip
|