gateway/modules/workflows/methods/methodFile/__init__.py

6 lines
121 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
from .methodFile import MethodFile
__all__ = ["MethodFile"]