Module dcg_sci_tool.cli

Functions

def main()
Expand source code
def main():
    """Entry point for the command-line script.

    The function simply prints a welcome message for now, but any
    argument parsing or sub‑commands can be added here later.
    """
    print("欢迎使用dcg-sci-tool!这是一个用于科学计算的工具包。")
    return 0

Entry point for the command-line script.

The function simply prints a welcome message for now, but any argument parsing or sub‑commands can be added here later.