mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 23:58:32 +00:00
remove non-manim lib in __init__.py
This commit is contained in:
parent
36107c28ef
commit
69235f0a21
1 changed files with 0 additions and 17 deletions
|
@ -71,20 +71,3 @@ from manimlib.utils.simple_functions import *
|
|||
from manimlib.utils.sounds import *
|
||||
from manimlib.utils.space_ops import *
|
||||
from manimlib.utils.strings import *
|
||||
|
||||
# Non manim libraries that are also nice to have without thinking
|
||||
|
||||
import inspect
|
||||
import itertools as it
|
||||
import numpy as np
|
||||
import operator as op
|
||||
import os
|
||||
import random
|
||||
import re
|
||||
import string
|
||||
import sys
|
||||
import math
|
||||
import sympy
|
||||
|
||||
from PIL import Image
|
||||
from colour import Color
|
||||
|
|
Loading…
Add table
Reference in a new issue