mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move tool to traypublisher addon
This commit is contained in:
parent
bf5d99d904
commit
e043f1930c
3 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ def cli_main():
|
|||
def launch():
|
||||
"""Launch TrayPublish tool UI."""
|
||||
|
||||
from ayon_core.tools import traypublisher
|
||||
from ayon_traypublisher import ui
|
||||
|
||||
traypublisher.main()
|
||||
ui.main()
|
||||
|
||||
|
||||
@cli_main.command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue