From 823c8b5c8e08ef4527dc86752a5df57c09d17e55 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 07:55:45 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- src/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.py b/src/cli.py index d21e598..ae567d8 100644 --- a/src/cli.py +++ b/src/cli.py @@ -1,5 +1,5 @@ -from typing import Optional import os +from typing import Optional import click from rich.console import Console