Cai
8 days ago aac5700d4f6ff3190785c27f6838dcf2ae67c711
1
2
3
4
5
6
7
"""Project-level declarative content publisher."""
 
from .authoritative_reader import read_direct_current, read_direct_current_snapshot
from .publisher import PublisherError, run_config
 
__all__ = ["PublisherError", "read_direct_current", "read_direct_current_snapshot", "run_config"]
__version__ = "3.1.0"