building out UI a ton more and also working on serialization and deserial for the desktop app

This commit is contained in:
2026-03-08 14:09:43 +11:00
parent 0a560dca17
commit 12a8bd4c19
7 changed files with 158 additions and 24 deletions

View File

@@ -1,3 +1,5 @@
class Channel:
def __init__(self, name: str, key: str):
self.name = name
def __init__(self, name: str, key: str, sf: int = 9):
self.name = name
self.key = key
self.sf = sf