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,4 @@
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
def bye():
import sys
sys.exit()