"""
Build target implementations for different platforms.
from .base import Target, BuildType
__all__ = [
"Target",
"BuildType",
]