structlog minimal example

import structlog

logger = structlog.get_logger()

# Usage example
logger.info("Test log")