fixed import logger

This commit is contained in:
2025-01-01 14:44:35 +01:00
committed by Flo Greistorfer
parent 3b93fb8719
commit 122117f125
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import re
import colorsys
from modules import logger
from modules.logger import logger
def extract_colorscheme(theme_path: str) -> dict[str, str]: