kernel/build
2025-04-20 01:58:13 +02:00

12 lines
229 B
Text
Executable file

#!/usr/bin/env -S uv run -s
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "cutekit @ git+https://github.com/cute-engineering/cutekit.git@stable",
# ]
# ///
import sys
import cutekit as ck
sys.exit(ck.main())