mirror of
https://github.com/3b1b/videos.git
synced 2025-08-05 16:48:47 +00:00
10 lines
330 B
Python
10 lines
330 B
Python
from manimlib.imports 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.end_screen import *
|
|
from custom.filler import *
|
|
from custom.logo import *
|
|
from custom.opening_quote import *
|