Make classes more generic
This commit is contained in:
parent
f4c0416398
commit
052bbfb6d2
5 changed files with 265 additions and 0 deletions
4
cheuph/rendered_element_cache.py
Normal file
4
cheuph/rendered_element_cache.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
__all__ = ["RenderedElementCache"]
|
||||
|
||||
class RenderedElementCache:
|
||||
pass # TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue