small refactoring
This commit is contained in:
parent
b78789a872
commit
d35b0f54d4
|
@ -1,8 +1,6 @@
|
||||||
from manim import *
|
from manim import *
|
||||||
|
|
||||||
import networkx as nx
|
class Main(Scene):
|
||||||
|
|
||||||
class Tree(Scene):
|
|
||||||
def construct(self):
|
def construct(self):
|
||||||
n = 2**6
|
n = 2**6
|
||||||
l, r = 42, 59
|
l, r = 42, 59
|
||||||
|
|
Loading…
Reference in New Issue