mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
Completely refactored gresource to correspond SOLID principles
- Create logger interface and updated its usage by console.py
This commit is contained in:
@@ -8,7 +8,7 @@ from .utils import (
|
||||
copy_files, # copy files from source to destination
|
||||
destination_return, # copied/modified theme location
|
||||
generate_file) # combine files from folder to one file
|
||||
from .utils.console import Console, Color, Format
|
||||
from scripts.utils.logger.console import Console, Color, Format
|
||||
|
||||
|
||||
class Theme:
|
||||
|
Reference in New Issue
Block a user