mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Retired several projects into old_projects folder
This commit is contained in:
parent
22f1be11ef
commit
db649d6576
5 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
from __future__ import absolute_import
|
||||
from big_ol_pile_of_manim_imports import *
|
||||
|
||||
from active_projects.lost_lecture import Orbiting
|
||||
from active_projects.lost_lecture import ShowWord
|
||||
from old_projects.lost_lecture import Orbiting
|
||||
from old_projects.lost_lecture import ShowWord
|
||||
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
from __future__ import absolute_import
|
||||
from big_ol_pile_of_manim_imports import *
|
||||
|
||||
from active_projects.div_curl import VectorField
|
||||
from active_projects.div_curl import get_force_field_func
|
||||
from old_projects.div_curl import VectorField
|
||||
from old_projects.div_curl import get_force_field_func
|
||||
|
||||
COBALT = "#0047AB"
|
||||
|
Loading…
Add table
Reference in a new issue