mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 17:30:55 +00:00
Read transition names
This commit is contained in:
@@ -13,9 +13,10 @@ class Transition:
|
||||
Key = "K"
|
||||
KeyOut = "KO"
|
||||
|
||||
def __init__(self, transition, operand):
|
||||
def __init__(self, transition, operand, name=None):
|
||||
self.transition = transition
|
||||
self.operand = operand
|
||||
self.name = name
|
||||
|
||||
@property
|
||||
def kind(self):
|
||||
|
||||
Reference in New Issue
Block a user