mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-15 06:13:18 -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"]
|