6 lines
No EOL
116 B
Python
6 lines
No EOL
116 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# TODO move to JSON config
|
|
|
|
zmq = {'pub_port': 7701, 'sub_port':7702} |