ayon-core/openpype/tools/mayalookassigner/__init__.py
2021-04-01 18:54:46 +02:00

9 lines
76 B
Python

from .app import (
App,
show
)
__all__ = [
"App",
"show"]