ayon-core/openpype/modules/shotgrid/__init__.py
2022-06-28 16:50:22 +02:00

5 lines
84 B
Python

from .shotgrid_module import (
ShotgridModule,
)
__all__ = ("ShotgridModule",)