small refactoring

This commit is contained in:
Bibin Muttappillil 2022-10-21 18:44:06 +02:00
parent b78789a872
commit d35b0f54d4
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
from manim import *
import networkx as nx
class Tree(Scene):
class Main(Scene):
def construct(self):
n = 2**6
l, r = 42, 59