| """ | |
| PodcastMcpGradio - Podcast Processing and Analysis Framework | |
| A comprehensive framework for podcast downloading, transcription, and analysis | |
| with MCP (Model Context Protocol) integration and Gradio UI. | |
| """ | |
| __version__ = "2.0.0" | |
| __author__ = "PodcastMcpGradio Team" | |
| __description__ = "Podcast Processing and Analysis Framework" | |
| # Core modules will be imported as needed | |
| __all__ = [] |