Commit graph

1 commit

Author SHA1 Message Date
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