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():