From c8447c6f50e5ed875cdecba0fbe5a585177a2dce Mon Sep 17 00:00:00 2001 From: "Borrell.Guillem@bcg.com" Date: Mon, 18 Sep 2023 09:41:08 +0200 Subject: [PATCH] Installable now --- src/retailtwin/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/retailtwin/__init__.py b/src/retailtwin/__init__.py index e69de29..1185ddb 100644 --- a/src/retailtwin/__init__.py +++ b/src/retailtwin/__init__.py @@ -0,0 +1,8 @@ +""" +`retailtwin` is a simple digital twin of a grocery store chain. + +Its goal is to showcase the key aspects in automation of enterprise +transactional systems. +""" + +__version__ = '0.0.1' \ No newline at end of file