摘要: 1 from transitions import Machine 2 # 定义一个自己的类 3 class Matter(object): 4 pass 5 model = Matter() 6 states = ['New', 'Ready', 'Waiting', 'Running','Ter 阅读全文
posted @ 2020-12-09 23:19 油菜园12号 阅读(106) 评论(0) 推荐(0) 编辑