3 lines
84 B
Python
3 lines
84 B
Python
class Channel:
|
|
def __init__(self, name: str, key: str):
|
|
self.name = name |