This commit is contained in:
AlpinDale 2024-04-01 23:11:30 +00:00
parent 5e599ddbd4
commit 1650e6e640

View file

@ -1,6 +1,7 @@
"""
Internal logging utility.
"""
import logging
import os
@ -21,6 +22,7 @@ from common.utils import unwrap
RICH_CONSOLE = Console()
LOG_LEVEL = os.getenv("TABBY_LOG_LEVEL", "INFO")
def get_loading_progress_bar():
"""Gets a pre-made progress bar for loading tasks."""