PyConES24/src/retailtwin/__init__.py

8 lines
186 B
Python
Raw Normal View History

2023-09-18 09:41:08 +02:00
"""
`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'