7b4e60b0aa897140c5a1c197bef53a5e33f3eb4b

state slices are now registers
def __get__(int)
def by_name(str)
✌️
EDYS
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
Setup
- Make sure to install
virtualenv
usingpip install virtualenv
- Create a new virtual environment
virtualenv venv
- Activate the virtual environment
source venv/bin/activate
- Install the required dependencies
pip install requirements.txt
Description
Languages
Python
100%