From d5203ce60aea0f0117108b41aba61c33612948e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Etxaniz?= Date: Wed, 15 Jul 2026 10:36:41 +0000 Subject: [PATCH] move scripts so that I can use the command line instruction to upload it --- src/{ => i7lib}/client.py | 0 src/{ => i7lib}/dbutils.py | 0 src/{ => i7lib}/timeutils.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => i7lib}/client.py (100%) rename src/{ => i7lib}/dbutils.py (100%) rename src/{ => i7lib}/timeutils.py (100%) diff --git a/src/client.py b/src/i7lib/client.py similarity index 100% rename from src/client.py rename to src/i7lib/client.py diff --git a/src/dbutils.py b/src/i7lib/dbutils.py similarity index 100% rename from src/dbutils.py rename to src/i7lib/dbutils.py diff --git a/src/timeutils.py b/src/i7lib/timeutils.py similarity index 100% rename from src/timeutils.py rename to src/i7lib/timeutils.py