weboob-devel/tools/boilerplate_data/init.py
Laurent Bachelier a913072596 Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
2013-02-07 14:22:12 +01:00

5 lines
100 B
Python

<%inherit file="layout.py"/>
from .backend import ${r.name}Backend
__all__ = ['${r.name}Backend']