This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/timmyctl/__init__.py

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"