mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-16 23:01:45 -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"]
|