pybill root package

main module

pybill.main is a module that contains the main program of PyBill.

Basically, this program just contains the correct run function that will be run by the binary scripts. Currently, this run function is the run() function from pybill.commandline.ui module.

This module can be executed and just runs the run function described above.