From ddcaa8ac9835815c6685d2343b7b6c07af43fb34 Mon Sep 17 00:00:00 2001 From: Semprini Date: Mon, 25 May 2026 17:22:06 +1200 Subject: [PATCH] Refactor: remove old schema and recon config files; add new schema and recon config implementations --- app/{ => db}/schema.py | 0 app/{r.py => models/recon_config.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/{ => db}/schema.py (100%) rename app/{r.py => models/recon_config.py} (100%) diff --git a/app/schema.py b/app/db/schema.py similarity index 100% rename from app/schema.py rename to app/db/schema.py diff --git a/app/r.py b/app/models/recon_config.py similarity index 100% rename from app/r.py rename to app/models/recon_config.py