7 lines
162 B
Python
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()
|