From 76c28bafab883206a19717abfe5ac40b6575d5e9 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 30 Oct 2025 17:55:24 -0700 Subject: [PATCH] refactor: rename ML model python backend folder --- {python3 => api}/.gitignore | 0 {python3 => api}/README.md | 0 {python3 => api}/pyproject.toml | 0 {python3 => api}/salience/__init__.py | 0 {python3 => api}/salience/salience.py | 0 {python3 => api}/salience/static/index.html | 0 {python3 => api}/transcript-1.txt | 0 {python3 => api}/transcript.txt | 0 {python3 => api}/uv.lock | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {python3 => api}/.gitignore (100%) rename {python3 => api}/README.md (100%) rename {python3 => api}/pyproject.toml (100%) rename {python3 => api}/salience/__init__.py (100%) rename {python3 => api}/salience/salience.py (100%) rename {python3 => api}/salience/static/index.html (100%) rename {python3 => api}/transcript-1.txt (100%) rename {python3 => api}/transcript.txt (100%) rename {python3 => api}/uv.lock (100%) diff --git a/python3/.gitignore b/api/.gitignore similarity index 100% rename from python3/.gitignore rename to api/.gitignore diff --git a/python3/README.md b/api/README.md similarity index 100% rename from python3/README.md rename to api/README.md diff --git a/python3/pyproject.toml b/api/pyproject.toml similarity index 100% rename from python3/pyproject.toml rename to api/pyproject.toml diff --git a/python3/salience/__init__.py b/api/salience/__init__.py similarity index 100% rename from python3/salience/__init__.py rename to api/salience/__init__.py diff --git a/python3/salience/salience.py b/api/salience/salience.py similarity index 100% rename from python3/salience/salience.py rename to api/salience/salience.py diff --git a/python3/salience/static/index.html b/api/salience/static/index.html similarity index 100% rename from python3/salience/static/index.html rename to api/salience/static/index.html diff --git a/python3/transcript-1.txt b/api/transcript-1.txt similarity index 100% rename from python3/transcript-1.txt rename to api/transcript-1.txt diff --git a/python3/transcript.txt b/api/transcript.txt similarity index 100% rename from python3/transcript.txt rename to api/transcript.txt diff --git a/python3/uv.lock b/api/uv.lock similarity index 100% rename from python3/uv.lock rename to api/uv.lock