From b49a1d374e43bdecf25062b009bc2bf8894703b6 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Dec 2025 08:44:38 +0200 Subject: [PATCH] moved apps to app subdir --- llmchat.py => app/llmchat.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llmchat.py => app/llmchat.py (100%) diff --git a/llmchat.py b/app/llmchat.py similarity index 100% rename from llmchat.py rename to app/llmchat.py