From fe6a4788285f867d06c7b30b74bcf0c5fa20b710 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Wed, 7 Jun 2023 13:58:17 -0700 Subject: [PATCH] Create ReadMe.md --- content/_code-samples/quickstart/python/ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/_code-samples/quickstart/python/ReadMe.md 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).