weboob-devel/tools/boilerplate_data/init.py
2014-09-26 10:18:11 +02:00

5 lines
108 B
Python

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