From 4604bcdc2e3b0d42b7ed36ecdce9908d6369d6c0 Mon Sep 17 00:00:00 2001 From: Valentin Todorov Date: Mon, 22 Sep 2025 19:05:14 +0300 Subject: [PATCH] feat: add colored terminal output support --- src/cronpal/color_utils.py | 0 tests/test_cli_color.py | 0 tests/test_color_utils.py | 0 tests/test_integration_color.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/cronpal/color_utils.py create mode 100644 tests/test_cli_color.py create mode 100644 tests/test_color_utils.py create mode 100644 tests/test_integration_color.py diff --git a/src/cronpal/color_utils.py b/src/cronpal/color_utils.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_cli_color.py b/tests/test_cli_color.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_color_utils.py b/tests/test_color_utils.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_integration_color.py b/tests/test_integration_color.py new file mode 100644 index 0000000..e69de29