aboutsummaryrefslogtreecommitdiff
path: root/python/examples/variations.py
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:17:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:25:42 +0200
commit9c5c7af7abe9e444210ac86b903eee775fc76a84 (patch)
tree23e716e6df423d1516a6b1e51edd4d9a8d3a7370 /python/examples/variations.py
parent8af57b2ffd92daa9a40384ec8b6c49ffabc474d1 (diff)
downloadnissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.tar.gz
nissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.zip
Small fixes
Diffstat (limited to '')
-rw-r--r--python/examples/variations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/variations.py b/python/examples/variations.py
index 1b85d32..1a9d5bb 100644
--- a/python/examples/variations.py
+++ b/python/examples/variations.py
@@ -1,8 +1,8 @@
1# Small example of nissy_python_module usage 1# Small example of nissy_python_module usage
2# See the solve.py example for more details on how this works 2# See the solve.py example for more details on how this works
3 3
4from sys import path 4import sys, os
5path.append("./") 5sys.path.append(os.getcwd())
6import nissy_python_module as nissy 6import nissy_python_module as nissy
7 7
8moves = "R U' Bw2 M D' x' F B(E2 F D B' Lw2 U2 U' S2 B)" 8moves = "R U' Bw2 M D' x' F B(E2 F D B' Lw2 U2 U' S2 B)"

Generated with cgit - Back to sebastiano.tronto.net