7 lines
207 B
Python
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"]
|