Files
mesh-network-project/desktop_app/api/channel.py

3 lines
84 B
Python

class Channel:
def __init__(self, name: str, key: str):
self.name = name