Guest User

Untitled

a guest
Dec 14th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. class DummyModule:
  2.     def __init__(self):
  3.         self.sink = Sink([("data", 8)])
  4.         self.source = Source([("data", 8)])
  5.  
  6.         # # #
  7.  
  8.         Record.connect(self.sink, self.source)
Advertisement
Add Comment
Please, Sign In to add comment