gutenberg
gutenberg copied to clipboard
Rename Book DB table fields which are shadowing Python builtin
#191 added #noqa: A003
in Book class used to represent Book DB table because id
and license
are shadowing Python builtin.
Those fields should be renamed (at least license, id is very meaningful and maybe ok).