[resources] add some icons

This commit is contained in:
2024-09-29 00:14:30 +02:00
parent d241d88168
commit fe6e438189
10 changed files with 3804 additions and 21 deletions

View File

@@ -3,6 +3,7 @@ import pathlib
def load_project_settings(project_root):
print(project_root)
# Read the pyproject.toml file
with open(pathlib.Path.joinpath(project_root, "pyproject.toml"), "r") as f:
pyproject_content = f.read()