mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
clean(resolve): hound suggestions
This commit is contained in:
parent
d0aa618f1a
commit
e0166d0e39
2 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ from .lib import (
|
|||
from .menu import launch_pype_menu
|
||||
|
||||
__all__ = [
|
||||
# pipeline
|
||||
"install",
|
||||
"uninstall",
|
||||
"ls",
|
||||
|
|
@ -36,13 +37,17 @@ __all__ = [
|
|||
"publish",
|
||||
"launch_workfiles_app",
|
||||
|
||||
# utils
|
||||
"setup",
|
||||
"get_resolve_module",
|
||||
|
||||
"get_project_manager"
|
||||
# lib
|
||||
"get_project_manager",
|
||||
|
||||
# menu
|
||||
"launch_pype_menu",
|
||||
|
||||
# workio
|
||||
"open_file",
|
||||
"save_file",
|
||||
"current_file",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ def main(env):
|
|||
|
||||
bmdvr.launch_pype_menu()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
result = main(os.environ)
|
||||
sys.exit(not bool(result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue