hdc-arizona / roundtrip

MIT License
12 stars 2 forks source link

Refactor Roundtrip.js Proxy Object #14

Open cscully-allison opened 2 years ago

cscully-allison commented 2 years ago

Roundtrip.js uses a proxy object for managing the data interface between JS and Python code. This will need to be pushed into a class for code maintainability and organizational purposes. The interface will remain the same to users.