diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-11-27 12:15:23 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-01-17 14:57:21 -0500 |
| commit | 1699c71999d29d32aba5c9f8fea193a661a4b02b (patch) | |
| tree | e7d74c3256a64b392d81bc263c772bcedb22f55f /python/__init__.py | |
| parent | 62cb5abc9cc7aedbfbb4e89b7ae55c36026cc527 (diff) | |
Add line formatter API and a generic line formatter plugin
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 9b5a394e..1cdc541e 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -80,6 +80,7 @@ from .externallibrary import * from .undo import * from .fileaccessor import * from .languagerepresentation import * +from .lineformatter 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 ( |
