refactor(PepLib.Core): move Node classes to Utilities namespace

Node and KeyNode are INI parsing helpers used by IniConfig,
not geometry types. Move from Geometry/ to Utilities/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-23 09:32:43 -05:00
parent 9088af52de
commit a0c707583d
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
using PepLib.Geometry;
namespace PepLib.Utilities
{
public class IniConfig

View File

@@ -1,4 +1,4 @@
namespace PepLib.Geometry
namespace PepLib.Utilities
{
public class Node
{