mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Modernize Python 2 code to get ready for Python 3 yet again
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
|
||||
|
Reference in New Issue
Block a user