|
"""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"]
|