""" GitLab CI module for the Boilerplates CLI. Manage GitLab CI/CD pipelines and configurations. """ from .commands import GitLabCIModule __all__ = ["GitLabCIModule"]