checkout package
Submodules
checkout.checkout module
- class checkout.checkout.Library[source]
Bases:
object- add_book(book)[source]
Adds a book to the library.
- Parameters:
book (str) – The name of the book to add.
- add_user(user)[source]
Adds a user to the library.
- Parameters:
user (str) – The name of the user to add.