mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-27 13:13:25 -08:00
8 lines
158 B
Python
8 lines
158 B
Python
"""
|
|
Integration services for synchronizing watch history and download tracking.
|
|
"""
|
|
|
|
from .sync import HistoryDownloadSync
|
|
|
|
__all__ = ["HistoryDownloadSync"]
|