chore:switch to poetry as build tool and package manager

This commit is contained in:
Benex254
2024-06-23 20:13:09 +03:00
parent 4b5ff6348e
commit 3b8a565843
59 changed files with 356 additions and 314 deletions

View File

@@ -1,6 +1,7 @@
import click
from rich import print
from .commands import search, download, anilist
from .commands import anilist, download, search
commands = {"search": search, "download": download, "anilist": anilist}