From 27473583e4aebae131ed0a823a2980d37a1b5f35 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 9 Jan 2025 10:01:28 +0100 Subject: [PATCH] Moved python package and requirements file up a directory. --- meshbook/meshbook.py => meshbook.py | 0 meshbook/requirements.txt => requirements.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename meshbook/meshbook.py => meshbook.py (100%) rename meshbook/requirements.txt => requirements.txt (100%) diff --git a/meshbook/meshbook.py b/meshbook.py similarity index 100% rename from meshbook/meshbook.py rename to meshbook.py diff --git a/meshbook/requirements.txt b/requirements.txt similarity index 100% rename from meshbook/requirements.txt rename to requirements.txt