mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-23 19:29:52 +00:00
11 lines
158 B
ReStructuredText
11 lines
158 B
ReStructuredText
|
Examples
|
||
|
========
|
||
|
The following example ...
|
||
|
|
||
|
.. code:: python
|
||
|
|
||
|
from sprockets import {{ cookiecutter.project_name }}
|
||
|
|
||
|
class Foo(object):
|
||
|
pass
|