v0.2.0: magic commands `@export` and `@reexport`
The following two magic commands can be used at the start of the pod to declare exports:
@export foo: export to parent@reexport foo: export a child deck's exportedfoofurther up
Previous UI-based exports are now disabled.
E.g.
@export foo
def foo():
return 1+2