# Packages
Package bill is used to define the bill reading method
The bill package uses the template method design pattern, so to add a new bill reader, all you need to do is implement [TransactionReader] and update the [NewReader] method.
# Variables
No description provided by the author