3b1b-videos/custom/filler.py
2021-01-03 12:10:16 -08:00

6 lines
162 B
Python

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