5 lines
119 B
Python
5 lines
119 B
Python
from channels.routing import route_class
|
|
|
|
from . import consumers
|
|
|
|
routing = [route_class(consumers.OpenKfetConsumer)]
|