Files
xspider/xspider/actions/__init__.py
2025-10-17 17:26:46 +08:00

4 lines
67 B
Python

from .registry import ActionRegistry
__all__ = ["ActionRegistry"]