This project does not contain a full, runnable application
program. Instead, the only package src.football1
contains two classes to represent match data for football
(and possibly other team sports).
No dependencies as such. There is a more complex project Football2, which is a modified version of this project, but neither of the two projects requires the other one in order to work.
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.