Use an abstractbaseclass for this and add this logic in the parent class
Checklist
- Add a new method to the 't' class called '_print'. This method should return a string representation of the PrettyTime object in a human-readable format.
- Add a new section called 'Pretty-Printing Time' that explains how to use the new ._print() method.