mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-16 00:43:48 -05:00
6 lines
143 B
Python
6 lines
143 B
Python
"""Rich console object for the application."""
|
|
from rich.console import Console
|
|
|
|
console = Console()
|
|
console_no_markup = Console(markup=False)
|