"""Config module for obsidian frontmatter.""" from obsidian_metadata._config.config import Config, VaultConfig __all__ = ["Config", "VaultConfig"]