Remove config from theme.py because of it no longer depends on project folder

This commit is contained in:
Vladyslav Hroshev
2023-12-09 19:23:34 +02:00
parent 992d3122df
commit 8525dc0a8d

View File

@@ -2,7 +2,6 @@ import os
import shutil
import colorsys # colorsys.hls_to_rgb(h, l, s)
from . import config # name of folders and files
from .utils import (
replace_keywords, # replace keywords in file
copy_files, # copy files from source to destination