From 33b4e617a6e97a6c2ba0268b80c6e61581205c1f Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 15 Dec 2022 08:09:31 -0800 Subject: [PATCH] Move ThreeDScene to once_useful_constructs --- manimlib/{scene => once_useful_constructs}/three_d_scene.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manimlib/{scene => once_useful_constructs}/three_d_scene.py (100%) diff --git a/manimlib/scene/three_d_scene.py b/manimlib/once_useful_constructs/three_d_scene.py similarity index 100% rename from manimlib/scene/three_d_scene.py rename to manimlib/once_useful_constructs/three_d_scene.py