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

6 lines
109 B
Python

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