summaryrefslogtreecommitdiff
path: root/examples/statemachine/video_demo.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken the project (#141)Jon Dufresne2019-10-311-7/+11
|
* Fine tuning of statemachine example, moving InvalidStateTransition ↵Paul McGuire2019-05-271-0/+48
declaration inside generated class; added video state machine demo; added vending machine state machine demo showing how to using statemachine without importing a .pystate file