Start

Import the runtime

Some aspects of FTL rely on a runtime which must be imported with:

import "github.com/TBD54566975/ftl/go-runtime/ftl"
// Declare a verb you want to use:
import xyz.block.ftl.Verb

// When using the export feature:
import xyz.block.ftl.Export