tiled.config.parse_configs
- tiled.config.parse_configs(config_path: str | Path) dict[str, Any] [source]
Parse configuration file or directory of configuration files.
If a directory is given, any files not ending in .yml or .yaml are ignored. Therefore, the directory may also contain a README file and supporting Python scripts with custom objects.