ci: add pipeline

This commit is contained in:
2024-04-15 11:44:19 -07:00
parent 92495f73fd
commit 2f29ad2415
4 changed files with 47 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ from rich.console import Console
from .utils.shared import DEBUG, DEBUG_LOGGING
from .utils.config import logging_settings, main_settings, read_config
__version__ = "1.15.0"
read_config()
console: Console = Console()