Files
bot-bottle/bot_bottle/backend/docker/provision/__init__.py
T
2026-05-28 17:56:14 -04:00

9 lines
362 B
Python

"""Per-provisioner modules for the Docker backend.
Each module exports one top-level function:
provision_<thing>(plan: DockerBottlePlan, target: str) -> ...
`DockerBottleBackend.provision_*` methods delegate to these. The
abstract `BottleBackend.provision_*` surface is unchanged; this
subpackage exists only to keep `backend.py` from being a god-file."""