Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
This commit is contained in:
parent
82f3b6103e
commit
a913072596
5 changed files with 194 additions and 0 deletions
5
tools/boilerplate_data/init.py
Normal file
5
tools/boilerplate_data/init.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<%inherit file="layout.py"/>
|
||||
from .backend import ${r.name}Backend
|
||||
|
||||
|
||||
__all__ = ['${r.name}Backend']
|
||||
Loading…
Add table
Add a link
Reference in a new issue