kpsul/kfet/open/routing.py
2018-10-06 13:15:33 +02:00

6 lines
119 B
Python

from channels.routing import route_class
from . import consumers
routing = [route_class(consumers.OpenKfetConsumer)]