6 lines
169 B
Python
6 lines
169 B
Python
|
|
"""Persistence helpers for clean-arch PINK/BLUE-compatible runtimes."""
|
||
|
|
|
||
|
|
from .pink_clickhouse import PinkClickHousePersistence
|
||
|
|
|
||
|
|
__all__ = ["PinkClickHousePersistence"]
|