From 01829801368be2fc8e6be01a74bb604bf5d7249a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 12:09:40 +0000 Subject: [PATCH] Gateway: Better top-level docstring --- src/eddn/Gateway.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/eddn/Gateway.py b/src/eddn/Gateway.py index 19912ed..f179b0d 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. """