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

7 lines
131 B
Python

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