From e75a3ef9c64e1134b8d85f587105078bdac8a882 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 20 Jan 2026 17:22:37 -0500 Subject: [PATCH] renamed random to stuff --- python/{random => stuff}/__init__.py | 0 python/{random => stuff}/capasitor.py | 0 python/{random => stuff}/thing.py | 0 python/{random => stuff}/voltage_drop.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename python/{random => stuff}/__init__.py (100%) rename python/{random => stuff}/capasitor.py (100%) rename python/{random => stuff}/thing.py (100%) rename python/{random => stuff}/voltage_drop.py (100%) diff --git a/python/random/__init__.py b/python/stuff/__init__.py similarity index 100% rename from python/random/__init__.py rename to python/stuff/__init__.py diff --git a/python/random/capasitor.py b/python/stuff/capasitor.py similarity index 100% rename from python/random/capasitor.py rename to python/stuff/capasitor.py diff --git a/python/random/thing.py b/python/stuff/thing.py similarity index 100% rename from python/random/thing.py rename to python/stuff/thing.py diff --git a/python/random/voltage_drop.py b/python/stuff/voltage_drop.py similarity index 100% rename from python/random/voltage_drop.py rename to python/stuff/voltage_drop.py