mirror of
https://github.com/3b1b/videos.git
synced 2025-08-05 16:48:47 +00:00
14 lines
466 B
Python
14 lines
466 B
Python
from manimlib import *
|
|
from manimlib.mobject.svg.old_tex_mobject import *
|
|
|
|
from custom.backdrops import *
|
|
from custom.banner import *
|
|
from custom.characters.pi_creature import *
|
|
from custom.characters.pi_creature_animations import *
|
|
from custom.characters.pi_creature_scene import *
|
|
from custom.deprecated import *
|
|
from custom.drawings import *
|
|
from custom.end_screen import *
|
|
from custom.filler import *
|
|
from custom.logo import *
|
|
from custom.opening_quote import *
|