4 lines
87 B
Python
4 lines
87 B
Python
from sync.excel_sync import ExcelSync, SyncError
|
|
|
|
__all__ = ["ExcelSync", "SyncError"]
|