This is an old revision of the document!
Configure a pin as digital output.
pin
from cubloc import Output Output(pin: int)
from cubloc import Output # Example usage Output(0)