From 9d35a6bd88d6786e3cc6a20ac63cdfefbc787245 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:57:46 +0000 Subject: [PATCH] feat: add core commands, services, prompts and utilities --- services/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 services/__init__.py diff --git a/services/__init__.py b/services/__init__.py new file mode 100644 index 0000000..cf329d6 --- /dev/null +++ b/services/__init__.py @@ -0,0 +1 @@ +local_code_assistant/services/__init__.py \ No newline at end of file