mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added constants to __all__
This commit is contained in:
parent
b3d7a233e4
commit
a782d4bc19
2 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ from .addon import ApplicationsAddon
|
|||
|
||||
|
||||
__all__ = (
|
||||
"APPLICATIONS_ADDON_ROOT",
|
||||
"DEFAULT_ENV_SUBGROUP",
|
||||
"PLATFORM_NAMES",
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ from .pipeline import (
|
|||
__all__ = [
|
||||
"install",
|
||||
"uninstall",
|
||||
"UnrealActorCreator",
|
||||
"UnrealAssetCreator",
|
||||
"Loader",
|
||||
"ls",
|
||||
"publish",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue