Python state-machine design

后端 未结 12 2147
予麋鹿
予麋鹿 2020-11-30 17:36

Related to this Stack Overflow question (C state-machine design), could you Stack Overflow folks share your Python state-machine design techniques

12条回答
  •  难免孤独
    2020-11-30 18:22

    Other related projects:

    • http://fsme.sourceforge.net/

    • https://code.google.com/p/visio2python/

    You can paint state-machine and then use it in your code.

提交回复
热议问题