From 085fb166bf5febaf27a3efe518e9f0732b9e042b Mon Sep 17 00:00:00 2001 From: Hassan Date: Tue, 26 Sep 2023 16:37:24 +0200 Subject: [PATCH] Add RAFCON to the Python list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 436d44e..f726dc2 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Statecharts also bring us a few extra features such as actions, entry and exit a ### Python * [transitions](https://github.com/pytransitions/transitions) +* [RAFCON](https://github.com/DLR-RM/RAFCON) * [django-fsm](https://github.com/viewflow/django-fsm) * [automat](https://github.com/glyph/automat) * [state_machine](https://github.com/jtushman/state_machine)