# Copyright (C) 2025 AIDC-AI
# This project is licensed under the MIT License (SPDX-License-identifier: MIT).
"""
Pixelle CLI module - A refactored command-line interface.
This module provides a clean, maintainable structure for the CLI functionality.
"""
from pixelle.cli.main import app, main
__all__ = ["app", "main"]