Commit 88d6379f authored by Taddeus Kroes's avatar Taddeus Kroes

Added empty templates for JavaScript/CSS cache objects.

parent bd10e62e
from cache import Cache
class CssCache(Cache):
pass
from cache import Cache
class JsCache(Cache):
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment