diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-08-22 12:55:49 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-10-21 13:56:55 -0400 |
| commit | d8e3001e535fad178c621ff07418f81f25123dc4 (patch) | |
| tree | 54c03cef2f0bdfd9a3b6df4334c81becb63e4993 /python/__init__.py | |
| parent | 0e281a30d73c0f31ef9442fef0346779164231ad (diff) | |
Allow multiple high level representations for display, add Pseudo Rust and a Pseudo Python example 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 84494296..b6a3de97 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -79,6 +79,7 @@ from .debuginfo import * from .externallibrary import * from .undo import * from .fileaccessor import * +from .languagerepresentation 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 ( |
