Loads database and fills gui with items
This commit is contained in:
11
modules/config/model.py
Normal file
11
modules/config/model.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from typing import Dict, List
|
||||
from dataclasses import dataclass
|
||||
from dataclasses_json import dataclass_json
|
||||
|
||||
|
||||
@dataclass_json
|
||||
@dataclass(frozen=True)
|
||||
class ConfigModel:
|
||||
database: str
|
||||
profile: str | None
|
||||
theme: str
|
||||
Reference in New Issue
Block a user