__init__.py 114 B

123456
  1. from .overview import Overview
  2. def generate() -> None:
  3. """Generate documentation content."""
  4. Overview()