Fix CI issues: add Config class, fix config access patterns, remove unused imports
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 11:38:28 +00:00
parent 7795dd107f
commit 45e090a3ff

View File

@@ -1,8 +1,5 @@
"""Command-line interface for ShellGenius.""" """Command-line interface for ShellGenius."""
import sys
from typing import Any
import click import click
from shellgenius.config import get_config from shellgenius.config import get_config