__init__.py 176 B

12345678
  1. """
  2. GitHub Actions module for the Boilerplates CLI.
  3. Manage GitHub Actions workflows and CI/CD.
  4. """
  5. from .commands import GitHubActionsModule
  6. __all__ = ["GitHubActionsModule"]