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