From ab443e8ef2259290697bcb1b845861e7af742dc2 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 12 Oct 2017 12:37:01 +0200 Subject: [PATCH] reference the python code --- README.md | 2 ++ programs/ls47.py => ls47.py | 0 2 files changed, 2 insertions(+) rename programs/ls47.py => ls47.py (100%) diff --git a/README.md b/README.md index 6daa967..8c9f009 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ We suggest printing the model using more than one filament color to make the letters easily recognizable. Thanks go to Martin Ptasek for providing the picture. +If you trust your computer, there is now a python implementation in `ls47.py`. + ### Character board We have added some real punctuation, basic stuff for writing expressions, diff --git a/programs/ls47.py b/ls47.py similarity index 100% rename from programs/ls47.py rename to ls47.py