cubicweb/skeleton/cubicweb_CUBENAME/__init__.py.tmpl
author Simon Chabot <simon.chabot@logilab.fr>
Fri, 14 Feb 2020 18:15:55 +0100
changeset 12891 eb0cd6060062
parent 12009 a939b3a18d8e
permissions -rw-r--r--
[rdf] add functions and tools to generate rdf graph

"""cubicweb-%(cubename)s application package

%(longdesc)s
"""


def includeme(config):
    pass