mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-16 08:53:48 -05:00
5 lines
101 B
Python
5 lines
101 B
Python
"""Rich console object for the application."""
|
|
from rich.console import Console
|
|
|
|
console = Console()
|