wol 03f2c49b7e
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
init
2025-08-04 00:20:29 +08:00

10 lines
136 B
Python

import os
def bun():
return os.path.expanduser("~/.eigent/bin/bun")
def uv():
return os.path.expanduser("~/.eigent/bin/uv")