Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
10 lines
136 B
Python
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")
|