mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Add random import
This commit is contained in:
parent
e4c824e672
commit
f3571cf2cb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from colour import Color
|
|||
from colour import hex2rgb
|
||||
from colour import rgb2hex
|
||||
import numpy as np
|
||||
import random
|
||||
|
||||
from manimlib.constants import COLORMAP_3B1B
|
||||
from manimlib.constants import WHITE
|
||||
|
|
Loading…
Add table
Reference in a new issue