File size: 388 Bytes
b5df735
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
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__ = []