Added file explorer

This commit is contained in:
BarsTiger
2022-12-18 16:37:20 +02:00
parent 36933437f8
commit fb1f10608f
15 changed files with 1104 additions and 496 deletions

View File

@@ -13,3 +13,10 @@ class ConfigModel:
out_micro: str
restream: bool
direct_stream: bool
@dataclass_json
@dataclass(frozen=True)
class PathsModel:
first_browser_path: str
second_browser_path: str