Add basic boilerplate script

With the comic templates from tools/gen_comic_reader.sh
This commit is contained in:
Laurent Bachelier 2013-02-06 23:42:11 +01:00 committed by Romain Bignon
commit a913072596
5 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<%inherit file="layout.py"/>
from .backend import ${r.name}Backend
__all__ = ['${r.name}Backend']