mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-16 23:01:45 -08:00
feat: menus
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
"""
|
||||
Utility modules for the FastAnime CLI.
|
||||
"""
|
||||
|
||||
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",
|
||||
"WatchHistoryTracker",
|
||||
"watch_tracker",
|
||||
"WatchHistoryEntry",
|
||||
"WatchHistoryData",
|
||||
]
|
||||
Reference in New Issue
Block a user