Fix all __init__.py files - add proper exports

This commit is contained in:
2026-03-22 11:41:35 +00:00
parent 9ad1ab047b
commit 4ab982bc52

View File

@@ -1 +1,6 @@
"""Sync module for Snip."""
"""Sync module for P2P discovery and synchronization."""
from .discovery import DiscoveryService
from .protocol import SyncProtocol
__all__ = ["DiscoveryService", "SyncProtocol"]