refactor: move logger to core

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-08-11 16:09:30 +02:00
parent ddab9e7c96
commit 231e9d134a
50 changed files with 49 additions and 49 deletions

View File

@@ -10,10 +10,10 @@
from pathlib import Path
from subprocess import PIPE, CalledProcessError, run
from core.logger import DialogType, Logger
from utils.common import check_install_dependencies, get_current_date
from utils.fs_utils import check_file_exist
from utils.input_utils import get_confirm, get_string_input
from utils.logger import DialogType, Logger
def change_system_hostname() -> None: