Module scrolls.ext

Extensions for Scrolls.

This module defines additional tools not needed by the main Scrolls namespace.

Import extensions like so:

from scrolls.ext import extension
Expand source code
"""
Extensions for Scrolls.

This module defines additional tools not needed by the main Scrolls namespace.

Import extensions like so:

```py
from scrolls.ext import extension
```
"""

Sub-modules

scrolls.ext.callbase

A basic call framework for Scrolls …