[kimi] Implement Timmy control panel CLI entry point (#702) (#767)

This commit is contained in:
2026-03-21 19:15:27 +00:00
parent 8276279775
commit 05b87c3ac1
3 changed files with 325 additions and 0 deletions

7
src/timmyctl/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""Timmy Control Panel — CLI entry point for automations.
This package provides the `timmyctl` command-line interface for managing
Timmy automations, configuration, and daily operations.
"""
__version__ = "1.0.0"