webaudiomonitor_server.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # -*- coding: utf-8 -*-
00003 
00004 # Import Python Packages
00005 import sys
00006 
00007 # Import local packages
00008 from webaudiomonitor import node
00009 
00010 
00011 if __name__ == '__main__':
00012     sys.exit(node.main())


rospeex_webaudiomonitor
Author(s): Komei Sugiura
autogenerated on Thu Jun 6 2019 18:53:16