mirror of
https://github.com/SevaSk/ecoute.git
synced 2024-12-21 05:33:07 +00:00
4 lines
124 B
Python
4 lines
124 B
Python
class Microphone:
|
|
def __init__(self, id: str, loop_back : bool):
|
|
self.id = id
|
|
self.loop_back = loop_back |