Refactored helpers.py into a folder of various util files

This commit is contained in:
Grant Sanderson
2018-03-30 18:19:23 -07:00
parent 4de2dd1d5a
commit 8fae39fe82
75 changed files with 1009 additions and 911 deletions

View File

@ -1,9 +1,9 @@
import numpy as np
import itertools as it
from mobject import Mobject, Mobject1D, Mobject2D, Mobject
from mobject.mobject import Mobject, Mobject1D, Mobject2D, Mobject
from geometry import Line
from helpers import *
from constants import *
class Stars(Mobject1D):
CONFIG = {