mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
5 lines
127 B
Python
5 lines
127 B
Python
"""Campaign source sync services"""
|
|
|
|
from .google_sheets import GoogleSheetsSyncService
|
|
|
|
__all__ = ["GoogleSheetsSyncService"]
|