From 84345438667184c5fb81c09098af8e0d512f90e6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 08:01:16 +0000 Subject: [PATCH] Add CLI commands and main entry point --- loglens/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 loglens/__init__.py diff --git a/loglens/__init__.py b/loglens/__init__.py new file mode 100644 index 0000000..6a31593 --- /dev/null +++ b/loglens/__init__.py @@ -0,0 +1,3 @@ +"""LogLens CLI - Log parsing and analysis tool.""" + +__version__ = "0.1.0"