events.py 191 B

123456
  1. from broadcaster import Broadcast
  2. from app.core.config import settings
  3. # Instantiate the broadcaster using the URL from your environment variables
  4. broadcast = Broadcast(settings.REDIS_URL)