testapi / manga_translator /__init__.py
Sunday01's picture
up
9dce458
raw
history blame contribute delete
125 Bytes
import colorama
from dotenv import load_dotenv
colorama.init(autoreset=True)
load_dotenv()
from .manga_translator import *