3b1b-videos/custom/filler.py

7 lines
162 B
Python
Raw Normal View History

from manimlib.scene.scene import Scene
class ExternallyAnimatedScene(Scene):
def construct(self):
raise Exception("Don't actually run this class.")