Init repo - gui can launch and first pad list generates from list in pads settings!
This commit is contained in:
8
modules/config/model.py
Normal file
8
modules/config/model.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
from dataclasses_json import dataclass_json
|
||||
|
||||
|
||||
@dataclass_json
|
||||
@dataclass(frozen=True)
|
||||
class ConfigModel:
|
||||
theme: str
|
||||
Reference in New Issue
Block a user