unsloth/cli.py
2026-03-09 20:17:45 +00:00

7 lines
162 B
Python

# SPDX-License-Identifier: AGPL-3.0-only - See /studio/LICENSE.AGPL-3.0
# Copyright © 2025 Unsloth AI
from cli import app
if __name__ == "__main__":
app()