To use this library in your code:
import gpio.dac
import gpio.dac show Dac main: dac := Dac 25 dac.set 2.3 sleep --ms=1_000 dac.close