mirror of
https://github.com/3b1b/videos.git
synced 2025-08-21 05:43:57 +00:00
6 lines
162 B
Python
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.")
|