This project does not contain a full, runnable application
program. Instead, the only package src.auction.dutch
contains classes to represent online auctions. To be more
precise, the package can be used to model a certain
variant of "Dutch-style" auctions, as opposed to
"normal English-style" auctions. See class documentation
for more details.
None.
As this project is not a full program, and has no user interface, it can not be run as an application.
You can experiment with the classes using Python interpreter or create a main method for testing and debugging.