__init__.py 168 B

12345678
  1. """
  2. GitLab CI module for the Boilerplates CLI.
  3. Manage GitLab CI/CD pipelines and configurations.
  4. """
  5. from .commands import GitLabCIModule
  6. __all__ = ["GitLabCIModule"]