SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Refactor variable handler to skip straight to creating a dictionary #236

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

No need to define the "value" and "defined" properties on the class itself.