c4683f3700
Prepare a framework for having modular outputs. Essentially, the main application uses a output-type object to format strings for the preamble, the actual data items, and a "postamble" (finalizer). The printing of that representation, again, is up to the main application, not the output framework. Probably, at some point in the future, an interface class will be in order, but right now, I want to keep it lean - seeing as for the forseeable future, i3bar is going to be the one and only consumer of this.
0 lines
Python
0 lines
Python