Files
manim/manimlib/utils/customization.py
Grant Sanderson 34ad61d013 Clean up how configuration is handled
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.
2024-12-05 11:53:18 -06:00

6 lines
104 B
Python

from manimlib.config import get_global_config
def get_customization():
return get_global_config()