ZIO
Python and C++ interface to ZeroMQ and Zyre
junk.py
Go to the documentation of this file.
1 #!/usr/bin/env python3
2 
3 from .cli import cli
4 
5 @cli.command("junk")
6 def foo():
7  'Foo bar baz quax'
8  pass
def foo()
Definition: junk.py:6