Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

refactor: separate `app.py` into different modules #94

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request refactors the app.py file into separate modules for better organization and maintainability. The following modules have been created:

These changes improve the structure of the codebase and make it easier to add new features in the future.

closes #89