Create the python program with the following features:
1) Implement a class named GetOS; Class GetOS has the method named ReadFile to read the file systems.txt; the values in the file contains in each line: several OS (Operating System) names.
2) In Class GetOS, create the method CountOS_perLine, used to get how many OS per line;
3) In Class GetOS, create the method Output used to print into the file osTotal.txt for each line the number of OS found in the systems.txt per line; print also the total number of all OS found in systems.txt;