mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
moved interfaces to subfolder
This commit is contained in:
parent
192f2ca6ab
commit
3bfb11d09b
2 changed files with 16 additions and 0 deletions
16
client/ayon_core/host/interfaces/__init__.py
Normal file
16
client/ayon_core/host/interfaces/__init__.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from .interfaces import (
|
||||
MissingMethodsError,
|
||||
IPublishHost,
|
||||
INewPublisher,
|
||||
ILoadHost,
|
||||
IWorkfileHost,
|
||||
)
|
||||
|
||||
|
||||
__all__ = (
|
||||
"MissingMethodsError",
|
||||
"IWorkfileHost",
|
||||
"IPublishHost",
|
||||
"INewPublisher",
|
||||
"ILoadHost",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue