hyperboria/nexus/ingest/sinks/__init__.py

4 lines
56 B
Python
Raw Normal View History

from .kafka import KafkaSink
__all__ = ['KafkaSink', ]