Add support for user defined data writing
Closed this issue · 1 comments
ThomasThelen commented
Because users can create their own winik & resource classes, we need to provide a way for them to write their data to disk. A new class, data_writer
should be created. Users should override a write()
method, which will get called at the end of each day.
ThomasThelen commented
Fixed in #74