move config.py file to subdir

This commit is contained in:
Lama 2025-03-20 11:08:17 -04:00
parent 775e3423be
commit 948f9a150a
2 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
""" """
Tool handlers for KiCad MCP Server. Tool handlers for KiCad MCP Server.
"""
This package includes: This package includes:
- Project management tools - Project management tools
- Analysis tools - Analysis tools
- Export tools (BOM extraction, PCB thumbnail generation) - Export tools (BOM extraction, PCB thumbnail generation)
- DRC tools - DRC tools
"""