diff --git a/content/_code-samples/quickstart/python/ReadMe.md b/content/_code-samples/quickstart/python/ReadMe.md new file mode 100644 index 0000000000..6c9429b73e --- /dev/null +++ b/content/_code-samples/quickstart/python/ReadMe.md @@ -0,0 +1,5 @@ +# Quickstart Python Examples + +Run a test harness for XRPL features using Python UI and module files. + +The examples are iterative, building one on another to gradually introduce new behavior. For a full explanation, see the XRPL Quickstart Tutorial (Python).