chore: update files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -226,3 +226,5 @@ output
|
||||
|
||||
config.yaml
|
||||
**/tempCodeRunnerFile.py
|
||||
uv.lock
|
||||
uv.lock
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from src.ui.userInterface import launch_gui as UI
|
||||
|
||||
if __name__ == "__main__":
|
||||
UI() #:des
|
||||
UI() #:des
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
from .config import Icons
|
||||
|
||||
icons = Icons()
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
from omegaconf import OmegaConf, DictConfig
|
||||
from typing import Optional
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
class Icons:
|
||||
_config: Optional[DictConfig] = None
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import darkdetect
|
||||
from omegaconf import OmegaConf
|
||||
from PyQt6 import QtGui
|
||||
import re
|
||||
from src import settings
|
||||
|
||||
Reference in New Issue
Block a user