diff --git a/src/eddn/Gateway.py b/src/eddn/Gateway.py index 0524478..baedc27 100644 --- a/src/eddn/Gateway.py +++ b/src/eddn/Gateway.py @@ -1,6 +1,8 @@ # coding: utf8 """ +EDDN Gateway, which receives message from uploaders. + Contains the necessary ZeroMQ socket and a helper function to publish market data to the Announcer daemons. """