from src.plugin_system.base.plugin_metadata import PluginMetadata __plugin_meta__ = PluginMetadata( name="Echo Example Plugin", description="An example plugin that echoes messages.", usage="!echo [message]", version="1.0.0", author="Your Name", license="MIT", )