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