Begin move to cleo

This commit is contained in:
nathom 2021-07-30 11:20:36 -07:00
parent 54f4ab99af
commit 9970ac548f
13 changed files with 528 additions and 150 deletions

View file

@ -1,7 +1,7 @@
"""Streamrip specific exceptions."""
from typing import List
import click
from click import style, secho
class AuthenticationError(Exception):