mirror of
https://github.com/3b1b/videos.git
synced 2025-08-05 16:48:47 +00:00
7 lines
100 B
Python
7 lines
100 B
Python
![]() |
from imports_3b1b import *
|
||
|
|
||
|
|
||
|
class NewSceneName(ThreeDScene):
|
||
|
def construct(self):
|
||
|
pass
|