__init__.py 155 B

12345678
  1. """
  2. Packer module for the Boilerplates CLI.
  3. Manage Packer templates and image building.
  4. """
  5. from .commands import PackerModule
  6. __all__ = ["PackerModule"]