novaplan-decentralized-priv.../nova_plan/adapters/__init__.py

9 lines
257 B
Python

"""Adapters package for NovaPlan MVP.
This module intentionally keeps a very small surface area for MVP: lightweight
stub adapters can be added here. Tests import this package as a namespace
for future integration work.
"""
__all__ = ["rover", "habitat"]