mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
adding app api Logger into pype api
This commit is contained in:
parent
785979b417
commit
41865540f8
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue