feat:switch to poetry as build tool and package manager

This commit is contained in:
Benex254
2024-06-23 17:46:01 +03:00
parent 4a2c981dff
commit 4b5ff6348e
22 changed files with 2011 additions and 54 deletions

View File

@@ -0,0 +1,6 @@
from .stream_interface import stream_interface
from .info_interface import info_interface
from .binge_interface import binge_interface
from .download_interface import download_interface
from .quit import bye
from .watchlist_interface import watchlist_interface