This commit is contained in:
2025-10-22 13:49:32 +02:00
parent 04799633b4
commit 947a8ff51f
3 changed files with 7 additions and 146 deletions

View File

@@ -1,3 +1,9 @@
"""Command-line interface for the Aniworld anime download manager.
This module provides an interactive CLI for searching, selecting, and
downloading anime series. It coordinates between the SerieScanner for
finding missing episodes and the provider loaders for downloading content.
"""
import logging
import os
import time