Retired several projects into old_projects folder

This commit is contained in:
Grant Sanderson
2018-08-03 12:11:26 -07:00
parent 22f1be11ef
commit db649d6576
5 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"