From ff254f166208480e0596d91007a044efb40ad812 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 06:34:42 +0000 Subject: [PATCH] Initial upload: Local AI Commit Reviewer CLI with CI/CD workflow --- src/utils/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/utils/__init__.py diff --git a/src/utils/__init__.py b/src/utils/__init__.py new file mode 100644 index 0000000..3974945 --- /dev/null +++ b/src/utils/__init__.py @@ -0,0 +1,3 @@ +from .utils import get_file_language, sanitize_output, setup_logging + +__all__ = ["get_file_language", "sanitize_output", "setup_logging"]