idea143-crisisguard-federat.../src/crisisguard/adapters/__init__.py

5 lines
143 B
Python

from .needs_collector import collect_needs
from .resource_planner import allocate_resources
__all__ = ["collect_needs", "allocate_resources"]