js.py 57 B

12345
  1. from cache import Cache
  2. class JsCache(Cache):
  3. pass