In script modules, we should:
- allow calls to non-script methods
- allow python non-script attributes, accessible from those methods
- allow non-script modules to change after creation
- change inline resolution order so modules can be defined in arbitrary order
In script modules, we should: