Move reconfigurable_scene.py to once_useful_constructs

This commit is contained in:
Grant Sanderson 2021-02-05 21:34:15 -08:00
parent 2c55f93512
commit 28650b27dc
2 changed files with 0 additions and 1 deletions

View file

@ -67,7 +67,6 @@ from manimlib.once_useful_constructs.fractals import *
from manimlib.once_useful_constructs.graph_theory import *
from manimlib.once_useful_constructs.light import *
from manimlib.scene.reconfigurable_scene import *
from manimlib.scene.scene import *
from manimlib.scene.sample_space_scene import *
from manimlib.scene.three_d_scene import *