Co-authored-by: Codex/gpt-5.6-terra <codex-gpt-5-6-terra@agents.invalid>
6 lines
145 B
Python
6 lines
145 B
Python
"""Orchestration du pipeline Pronote → CalDAV → XMPP."""
|
|
|
|
from pronote_sync.pipeline.run import PipelineRunner
|
|
|
|
__all__ = ["PipelineRunner"]
|