feat: working with ai is a mess lol

This commit is contained in:
Benexl
2025-07-16 00:46:02 +03:00
parent 490f8b0e8b
commit 49cdd440df
50 changed files with 964 additions and 2364 deletions

View File

@@ -2,9 +2,9 @@
Utility modules for the FastAnime CLI.
"""
from .watch_history_manager import WatchHistoryManager
from .watch_history_tracker import WatchHistoryTracker, watch_tracker
from .watch_history_types import WatchHistoryEntry, WatchHistoryData
from ..services.watch_history.manager import WatchHistoryManager
from ..services.watch_history.tracker import WatchHistoryTracker, watch_tracker
from ..services.watch_history.types import WatchHistoryEntry, WatchHistoryData
__all__ = [
"WatchHistoryManager",