mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Modernize Python 2 for Python 3
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import os
|
||||
from constants import TEX_DIR
|
||||
from constants import TEX_TEXT_TO_REPLACE
|
||||
|
Reference in New Issue
Block a user