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