transitioned to python

This commit is contained in:
John Lancaster
2024-05-25 21:15:48 -05:00
parent cb7da3510f
commit 6d16387e4b
7 changed files with 99 additions and 0 deletions

7
src/restic/console.py Normal file
View File

@@ -0,0 +1,7 @@
import logging
from rich.console import Console
console = Console()
logger = logging.getLogger('restic_parser')