ayon-core/openpype/tools/utils/__init__.py

8 lines
93 B
Python

from .widgets import (
PlaceholderLineEdit,
)
__all__ = (
"PlaceholderLineEdit",
)