mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-28 19:29:51 +00:00
10 lines
144 B
ReStructuredText
10 lines
144 B
ReStructuredText
Examples
|
|
========
|
|
The following example ...
|
|
|
|
.. code:: python
|
|
|
|
from sprockets import mixins.json_error
|
|
|
|
class Foo(object):
|
|
pass
|