transitioned to python
This commit is contained in:
7
src/restic/console.py
Normal file
7
src/restic/console.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
|
||||
from rich.console import Console
|
||||
|
||||
console = Console()
|
||||
|
||||
logger = logging.getLogger('restic_parser')
|
||||
Reference in New Issue
Block a user