diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-09-08 20:04:36 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-10-21 13:52:39 -0400 |
| commit | cae26921cf2b2e564f66e58b77a3963fe36f6d2d (patch) | |
| tree | bfa7ec8de23c1de758463a894583086c8d0b050e /python/__init__.py | |
| parent | 11ad1fc28470b863326f7136cf9b5723a06e89d3 (diff) | |
Add constant renderer API
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 77c64fce..acf8b293 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -82,6 +82,7 @@ from .fileaccessor import * from .languagerepresentation import * from .lineformatter import * from .renderlayer import * +from .constantrenderer import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( |
