move tool to traypublisher addon

This commit is contained in:
Jakub Trllo 2024-05-24 10:37:48 +02:00
parent bf5d99d904
commit e043f1930c
3 changed files with 2 additions and 2 deletions

View file

@ -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()