Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 545 Bytes

Python console application with OOP

Subject area

Library. A simplified process of renting a book and returning it has been implemented.

Data storage

  • JSON file;
  • TXT file.

Class categories

Classes are divided into folders according to their functionality.

No. Folder Purpose Relationships
1 Data Data models
2 Handler Managing application data models Data
3 Service Logic unrelated to the application interface Data, Handler
4 UnitTest Application testing Data