mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Move logging into its own file
This commit is contained in:
@@ -10,7 +10,8 @@ from pathlib import Path, PurePath
|
||||
from typing import List, Set
|
||||
|
||||
from .location import Location
|
||||
from .utils import PrettyLogger, prompt_yes_no
|
||||
from .logging import PrettyLogger
|
||||
from .utils import prompt_yes_no
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
PRETTY = PrettyLogger(LOGGER)
|
||||
|
Reference in New Issue
Block a user