forked from Rockachopa/Timmy-time-dashboard
8 lines
217 B
Python
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"
|