b16faf4a创建于 2025年11月27日历史提交
"""
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"]