mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08: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.
6 lines
104 B
Python
6 lines
104 B
Python
from manimlib.config import get_global_config
|
|
|
|
|
|
def get_customization():
|
|
return get_global_config()
|