ayon-core/pype/modules/clockify/__init__.py

5 lines
81 B
Python

from .clockify_module import ClockifyModule
__all__ = (
"ClockifyModule",
)