ayon-core/openpype/widgets/__init__.py
2021-06-03 12:16:39 +02:00

6 lines
82 B
Python

from .password_dialog import PasswordDialog
__all__ = (
"PasswordDialog",
)