From ddbd2225cced47cec63fefc2df406a9aea308469 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 18 Oct 2025 17:06:53 +0100 Subject: [PATCH] refactor: rename entry to app.py --- src/{cli.py => app.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{cli.py => app.py} (100%) diff --git a/src/cli.py b/src/app.py similarity index 100% rename from src/cli.py rename to src/app.py