gateway/modules/workflows/methods/methodJira/__init__.py
2025-12-17 10:45:09 +01:00

7 lines
122 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
from .methodJira import MethodJira
__all__ = ['MethodJira']