added pair screen, home screen, and channels screen
This commit is contained in:
3
desktop_app/api/channel.py
Normal file
3
desktop_app/api/channel.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class Channel:
|
||||
def __init__(self, name: str, key: str):
|
||||
self.name = name
|
||||
Reference in New Issue
Block a user