Files
Timmy-time-dashboard/src/timmyctl/__init__.py
Kimi Agent 05b87c3ac1
Some checks failed
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
[kimi] Implement Timmy control panel CLI entry point (#702) (#767)
2026-03-21 19:15:27 +00:00

8 lines
217 B
Python

"""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"