mirror of
https://github.com/3b1b/videos.git
synced 2025-08-21 05:43:57 +00:00
6 lines
100 B
Python
6 lines
100 B
Python
from imports_3b1b import *
|
|
|
|
|
|
class NewSceneName(ThreeDScene):
|
|
def construct(self):
|
|
pass
|