From b34fb9cfa88d8111f5c9d08a8ee7217e6dd091d6 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Mon, 8 Jun 2026 19:33:36 +0200 Subject: [PATCH] renames and rearrangements, work in progress: move / rename implemenation files --- lib/{csys/csys.ex => core/core.ex} | 0 lib/{csys => core}/environ.ex | 0 lib/{csys => core}/program.ex | 0 lib/{shape => core}/shape.ex | 0 lib/{ => core}/util.ex | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lib/{csys/csys.ex => core/core.ex} (100%) rename lib/{csys => core}/environ.ex (100%) rename lib/{csys => core}/program.ex (100%) rename lib/{shape => core}/shape.ex (100%) rename lib/{ => core}/util.ex (100%) diff --git a/lib/csys/csys.ex b/lib/core/core.ex similarity index 100% rename from lib/csys/csys.ex rename to lib/core/core.ex diff --git a/lib/csys/environ.ex b/lib/core/environ.ex similarity index 100% rename from lib/csys/environ.ex rename to lib/core/environ.ex diff --git a/lib/csys/program.ex b/lib/core/program.ex similarity index 100% rename from lib/csys/program.ex rename to lib/core/program.ex diff --git a/lib/shape/shape.ex b/lib/core/shape.ex similarity index 100% rename from lib/shape/shape.ex rename to lib/core/shape.ex diff --git a/lib/util.ex b/lib/core/util.ex similarity index 100% rename from lib/util.ex rename to lib/core/util.ex