Skip to content
Snippets Groups Projects
Verified Commit 4c175623 authored by dos's avatar dos
Browse files

sim: fakes: bl00mbox: Add a fake for Channel

parent 0c6690a8
No related branches found
No related tags found
No related merge requests found
Pipeline #8860 failed
...@@ -31,3 +31,7 @@ class tinysynth: ...@@ -31,3 +31,7 @@ class tinysynth:
def stop(self): def stop(self):
pass pass
class Channel:
def __init__(self, id):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment