mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00

In principle, all we need here is that manim looks to the default_config.yaml file, and updates it based on any local configuration files, whether in the current working directory or as specified by a CLI argument.
5 lines
104 B
Python
5 lines
104 B
Python
from manimlib.config import get_global_config
|
|
|
|
|
|
def get_customization():
|
|
return get_global_config()
|