"""Module package for template management. This package provides the base Module class and related functionality for managing template modules in the boilerplates CLI. """ from .base_module import Module __all__ = ["Module"]