bowl/cheuph/rendered_message_cache.py
Joscha 66a67f3f28 Create very basic message tree widget structure
Also, fix some cheuph structuring problems
2019-06-08 09:10:59 +00:00

10 lines
226 B
Python

__all__ = ["RenderedMessageCache"]
class RenderedMessageCache:
"""
This is a cache for RenderedMessage-s. Message-s should not need to be
redrawn every frame (and every in-between calculation).
"""
pass