adding app api Logger into pype api

This commit is contained in:
Jakub Jezek 2018-11-26 10:37:56 +01:00
parent 785979b417
commit 41865540f8

View file

@ -17,6 +17,7 @@ from .action import (
from app.api import Logger
__all__ = [
# plugin classes
"Extractor",
@ -29,5 +30,6 @@ __all__ = [
"get_errored_instances_from_context",
"RepairAction",
"Logger"
"Logger",
]