5 lines
101 B
Python
5 lines
101 B
Python
from channels.routing import ProtocolTypeRouter
|
|
|
|
|
|
# Nothing yet
|
|
application = ProtocolTypeRouter({})
|