mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Modernize Python 2 for Python 3
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
import numpy as np
|
||||
import itertools as it
|
||||
from copy import deepcopy
|
||||
@ -12,6 +13,7 @@ from constants import *
|
||||
from mobject.region import *
|
||||
from scene.scene import Scene, SceneFromVideo
|
||||
from script_wrapper import command_line_create_scene
|
||||
from functools import reduce
|
||||
|
||||
MOVIE_PREFIX = "counting_in_binary/"
|
||||
|
||||
|
Reference in New Issue
Block a user