1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

feat: rename feather.feather -> feather.app

This commit is contained in:
Étienne Fildadut 2025-10-13 14:33:49 +02:00
parent a0563db7d4
commit d9da6b208a
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import asyncio
import textwrap import textwrap
from feather.config import Config from feather.config import Config
from feather.feather import FeatherApp from feather.app import FeatherApp
def main(): def main():