""" Textual-based TUI implementation for StreamLens Provides modern, reactive interface with widget-based architecture """ from .app import StreamLensApp __all__ = ['StreamLensApp']