Files
bot-bottle/bot_bottle/backend/macos_container/__init__.py
T
didericis-codex 4abad499b6
lint / lint (push) Successful in 1m54s
test / unit (pull_request) Successful in 35s
test / integration (pull_request) Successful in 20s
feat: add macos container backend scaffold
2026-06-10 18:14:17 +00:00

11 lines
323 B
Python

"""macOS Apple Container backend.
Selectable via `BOT_BOTTLE_BACKEND=macos-container`. This package owns
the Apple `container` CLI integration; launch remains gated until the
sidecar network enforcement shape is implemented.
"""
from .backend import MacosContainerBottleBackend
__all__ = ["MacosContainerBottleBackend"]