#!/usr/bin/env python3
"""
Delay Line Example
Demonstrates how to use the `.delay()` operator to introduce temporal spacing in a stream.
"""
= 0.5
# Create a source ticker
=
# Create a delayed version of the source
# Delay by 0.25 seconds
=
# Run the delayed stream (which pulls from source)