1 from evidently.cli import app 2 from evidently.cli.ui import ui 3 4 __all__ = ["app", "ui"] 5 6 app()