chore: update files

This commit is contained in:
2025-03-26 10:14:34 +01:00
parent 3f5371e0e4
commit 57274d91e0
5 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -226,3 +226,5 @@ output
config.yaml
**/tempCodeRunnerFile.py
uv.lock
uv.lock

View File

@@ -1,3 +1,4 @@
from src.ui.userInterface import launch_gui as UI
if __name__ == "__main__":
UI() #:des
UI() #:des

View File

@@ -1,4 +1,3 @@
from .config import Icons
icons = Icons()

View File

@@ -1,7 +1,6 @@
from omegaconf import OmegaConf, DictConfig
from typing import Optional
import os
import sys
class Icons:
_config: Optional[DictConfig] = None

View File

@@ -1,5 +1,4 @@
import darkdetect
from omegaconf import OmegaConf
from PyQt6 import QtGui
import re
from src import settings