This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
taddeus
/
webcache
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Added empty templates for JavaScript/CSS cache objects.
Taddeus Kroes
%!s(int64=14) %!d(string=hai) anos
pai
bd10e62e94
achega
88d6379f2f
Modificáronse 2 ficheiros
con
10 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
5
0
css.py
5
0
js.py
+ 5
- 0
css.py
Ver ficheiro
@@ -0,0 +1,5 @@
+from cache import Cache
+
+
+class CssCache(Cache):
+ pass
+ 5
- 0
js.py
Ver ficheiro
@@ -0,0 +1,5 @@
+from cache import Cache
+
+
+class JsCache(Cache):
+ pass