Closed NithishRaja closed 4 years ago
Currently all variables are defined when needed. Instead using a global state dictionary would make it easier to track variables.
This commit made changes to code to store all global variables in a state object.
Currently all variables are defined when needed. Instead using a global state dictionary would make it easier to track variables.