feat: create config class to replace use of config file in application
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Alexander Kirchner"
|
||||
|
||||
from config import Config
|
||||
|
||||
settings = Config("config/config.yaml")
|
||||
|
||||
from .utils.icon import Icon
|
||||
|
||||
from .logic.log import MyLogger
|
||||
from .utils.icon import Icon
|
||||
from .ui.userInterface import launch_gui as UI
|
||||
|
||||
Reference in New Issue
Block a user