gateway/modules/workflows/methods/methodTrustee/__init__.py
2026-02-22 00:07:33 +01:00

7 lines
221 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""Trustee document and expense workflow method (extract, process, sync to accounting)."""
from .methodTrustee import MethodTrustee
__all__ = ["MethodTrustee"]