Update.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 24 Apr 2022 12:04:04 +0000 (14:04 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 24 Apr 2022 12:04:04 +0000 (14:04 +0200)
picoclvr.py

index 1013662..6ddcf73 100755 (executable)
@@ -27,6 +27,8 @@ color_names = [
 
 color_tokens = dict( [ (n, c) for n, c in zip(color_names, colors) ] )
 
+######################################################################
+
 def generate(nb, height = 6, width = 8, max_nb_statements = 10):
 
     descr = [ ]