From 6bbcf9a57db41322352c9d4e8283724b1727bf31 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:30:14 +0000 Subject: [PATCH] Add services, prompts, and utils modules --- local_code_assistant/services/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 local_code_assistant/services/__init__.py diff --git a/local_code_assistant/services/__init__.py b/local_code_assistant/services/__init__.py new file mode 100644 index 0000000..7a01c64 --- /dev/null +++ b/local_code_assistant/services/__init__.py @@ -0,0 +1 @@ +"""Services module for Local Code Assistant.""" \ No newline at end of file