this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix missing config class

Hailey d5508f4c 84b0dc82

+1 -2
+1 -2
src/atkafka_consumer/__init__.py
··· 1 1 from .consumer import Consumer 2 2 from .models import AtKafkaEvent 3 - from .config import ConsumerConfig 4 3 5 - __all__ = ["Consumer", "AtKafkaEvent", "ConsumerConfig"] 4 + __all__ = ["Consumer", "AtKafkaEvent"]