Commit graph

2 commits

Author SHA1 Message Date
Blake Ridgway
042143f195 added pdf_exporter settings 2025-04-22 11:37:12 -05:00
Blake Ridgway
1231673385 refactor: Create main.py as entry point, implement on close
This commit creates a dedicated entry point `main.py`, instantiates
the application components, and handles the WM_DELETE_WINDOW protocol.

- Removed window creation and mainloop from previous file.
- Created a dedicated entry point with basic error handling.
- Implemented an on_closing protocol to properly close db and exit application
- Implemented the loading of database objects.
2025-04-05 18:03:52 -05:00