3b1b-manim/scene/__init__.py

6 lines
167 B
Python
Raw Normal View History

2015-06-10 22:00:35 -07:00
from scene import *
from sub_scenes import *
from arithmetic_scenes import *
from counting_scene import *
from pascals_triangle import *
from scene_from_video import *