audio / deepgram /utils /__init__.py
rehanaliraza
app
d5b44da
Raw
History Blame Contribute Delete
404 Bytes
# Copyright 2024 Deepgram SDK contributors. All Rights Reserved.
# Use of this source code is governed by a MIT license that can be found in the LICENSE file.
# SPDX-License-Identifier: MIT
import logging
from .verboselogs import VerboseLogger
from .verboselogs import (
NOTICE,
SPAM,
SUCCESS,
VERBOSE,
WARNING,
ERROR,
FATAL,
CRITICAL,
INFO,
DEBUG,
NOTSET,
)