From 4a93b49fb8d68667e5876682ee953e7e044988f5 Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:31:59 +0200 Subject: [PATCH] use python formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88530fe..8a74019 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Note: The atlases available in PyNutil are listed in PyNutil/metadata/config.jso Then Run testOOP.py to inititate the job (requires Python version 3.8 or above). -``` +```python from PyNutil import PyNutil pnt = PyNutil(settings_file=r"PyNutil/test/test.json") -- GitLab