# ruff: noqa: F401
"""
Modules package for Falcon MCP Server
Modules are automatically discovered by the registry system via dynamic import scanning.
No manual imports are required - the registry uses pkgutil.iter_modules() and
importlib.import_module() to find and load all *Module classes at runtime.
"""