This project provides a lightweight desktop application to manage library books. It demonstrates a basic Swing GUI, file I/O for persistent storage, and simple CRUD operations (Create, Read, Update, ...
. ├── library/ # 根目录 │ ├── app.py # 应用工厂 │ ├── config.py # 配置管理(开发/测试/生产) │ ├── blueprint ...