gateway/modules/workflows/methods/methodRedmine/__init__.py
2026-04-21 21:30:11 +02:00

7 lines
207 B
Python

# Copyright (c) 2026 Patrick Motsch
# All rights reserved.
"""Redmine workflow method: read / list / create / update / stats / sync."""
from .methodRedmine import MethodRedmine
__all__ = ["MethodRedmine"]