"""Test package for Aerospace MCP.
This package contains all tests for the aerospace-mcp project, including
unit tests, integration tests, and test utilities.
"""
__version__ = "0.1.0"
# Test configuration and utilities can be imported here
# from .conftest import *
# from .utils import *
__all__ = ["__version__"]