mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-07 02:03:49 -08:00
chore:switch to poetry as build tool and package manager
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user