unsloth/cli.py
Roland Tannous 4332c2d986 Revert "Studio (#4237)"
This reverts commit 3e1469a55a.
2026-03-12 20:01:49 +00:00

7 lines
201 B
Python

# SPDX-License-Identifier: AGPL-3.0-only
# Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0
from cli import app
if __name__ == "__main__":
app()