diff options
Diffstat (limited to 'python/Automat/README')
-rw-r--r-- | python/Automat/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Automat/README b/python/Automat/README new file mode 100644 index 0000000000000..44034e0b09bb3 --- /dev/null +++ b/python/Automat/README @@ -0,0 +1,3 @@ +Automat is a library for concise, idiomatic Python expression of +finite-state automata (particularly deterministic finite-state +transducers). |