From d7ff7da51830dc982dd21afd1276d84512de4de3 Mon Sep 17 00:00:00 2001 From: Christian Koernig <ckoernig@mail.desy.de> Date: Fri, 26 Mar 2021 10:36:39 +0100 Subject: [PATCH] Created examples directory, moved some scripts --- {python => examples}/show_list_data.py | 0 python/test.py => examples/simple_connection.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {python => examples}/show_list_data.py (100%) rename python/test.py => examples/simple_connection.py (100%) diff --git a/python/show_list_data.py b/examples/show_list_data.py similarity index 100% rename from python/show_list_data.py rename to examples/show_list_data.py diff --git a/python/test.py b/examples/simple_connection.py similarity index 100% rename from python/test.py rename to examples/simple_connection.py -- GitLab