From 669af31d779ece20b87fc8a0ea14827dd6e3ab18 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Thu, 27 May 2021 20:02:54 +0200 Subject: [PATCH] update --- components/shared/RADME.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/shared/RADME.md b/components/shared/RADME.md index e898dab..907d562 100644 --- a/components/shared/RADME.md +++ b/components/shared/RADME.md @@ -3,3 +3,7 @@ Install shared libs via * To install as independent package: `pip install .` Create installable package via `python setup.py sdist` + +Access shared libs via +* `from dse_shared_libs.* import *` +* e.g. `from dse_shared_libs.message_broker_wrapper import MBWrapper` \ No newline at end of file