mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-17 09:23:40 -05:00
When multiple vaults are added to the configuration file, the script will prompt you to select one at runtime
6 lines
149 B
Python
6 lines
149 B
Python
"""Config module for obsidian frontmatter."""
|
|
|
|
from obsidian_metadata._config.config import Config, VaultConfig
|
|
|
|
__all__ = ["Config", "VaultConfig"]
|