mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-17 16:57:56 -07:00
Completely refactored gresource to correspond SOLID principles
- Create logger interface and updated its usage by console.py
This commit is contained in:
@@ -2,7 +2,7 @@ import functools
|
||||
import subprocess
|
||||
from typing import TypeAlias
|
||||
|
||||
from scripts.utils.console import Console
|
||||
from scripts.utils.logger.console import Console
|
||||
|
||||
PathString: TypeAlias = str | bytes
|
||||
|
||||
|
Reference in New Issue
Block a user