from channels.routing import route_class from .consumers import MsgTracker channel_routing = [ route_class(MsgTracker, path=MsgTracker.url_pattern) ]