""" DeepInsight CLI Module This module provides command-line interface tools for DeepInsight. """ __version__ = "1.0.0" __author__ = "DeepInsight Team" from .main import main __all__ = ["main"]