building out UI a ton more and also working on serialization and deserial for the desktop app
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user