From d9da6b208aa4b810b5a6cd3f7a1dbc768704c79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Mon, 13 Oct 2025 14:33:49 +0200 Subject: [PATCH] feat: rename feather.feather -> feather.app --- src/feather/{feather.py => app.py} | 0 src/feather/cli.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/feather/{feather.py => app.py} (100%) diff --git a/src/feather/feather.py b/src/feather/app.py similarity index 100% rename from src/feather/feather.py rename to src/feather/app.py diff --git a/src/feather/cli.py b/src/feather/cli.py index 3c570a2..93ba046 100644 --- a/src/feather/cli.py +++ b/src/feather/cli.py @@ -6,7 +6,7 @@ import asyncio import textwrap from feather.config import Config -from feather.feather import FeatherApp +from feather.app import FeatherApp def main():