# @Phil, you around? I have a question about Owlkettle. Is it possible to store a # widget in an object? Basically we're creating a setup wizard and would like to # separate each step and have something like: for step in steps: step.viewable # in our main app definition.