mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
extracted ServerAction to ftrack module level
This commit is contained in:
parent
7bc975c5aa
commit
2f3d164447
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from . import ftrack_server
|
||||
from .ftrack_server import FtrackServer, check_ftrack_url
|
||||
from .lib import BaseHandler, BaseEvent, BaseAction
|
||||
from .lib import BaseHandler, BaseEvent, BaseAction, ServerAction
|
||||
|
||||
__all__ = (
|
||||
"ftrack_server",
|
||||
|
|
@ -8,5 +8,6 @@ __all__ = (
|
|||
"check_ftrack_url",
|
||||
"BaseHandler",
|
||||
"BaseEvent",
|
||||
"BaseAction"
|
||||
"BaseAction",
|
||||
"ServerAction"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue