This project does not contain a full, runnable application
program. Instead, the only package src.football2
contains two classes to represent match data for football
(and possibly other team sports).
No dependencies as such. This is a more complex version of the project Football1, 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.