"""watch_screen_ai — an AI that watches a shared screen and talks with you.""" from .config import Settings from .factory import build from .pipeline import Pipeline __all__ = ["Settings", "build", "Pipeline"] __version__ = "0.0.1"