What is Fused — and when should you use it
Fused is a platform for running Python in the cloud, organized into projects and independently callable functions. The two core primitives are canvases and UDFs.
The mental model
Canvas = project. A canvas is the container for a piece of work — equivalent to a repo or a folder. All UDFs in a canvas share the same permissions and access controls (private / team / public). Set it once; all UDFs inherit it.
**UDF = callable functi
[Description truncada. Veja o README completo no GitHub.]