feat: project scaffold with pyproject.toml and package structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
"""Kitty-Workbench — MCP server for AI-driven terminal display panels."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
@@ -0,0 +1,5 @@
|
||||
"""Allow running as `python -m kitty_workbench`."""
|
||||
|
||||
from kitty_workbench.cli import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user