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

@ -11,8 +11,8 @@ from abc import ABC, abstractmethod
from pprint import pformat
from typing import Any, Dict, Generator, Optional, Sequence, Tuple, Union
import click # type: ignore
import deezer # type: ignore
from click import style, secho
import deezer
import requests
from Cryptodome.Cipher import AES, Blowfish # type: ignore