summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-10-13 19:35:01 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2025-10-21 13:52:39 -0400
commit5d4fc5f1fb7a0c368d2a048a5d750564c970c9c9 (patch)
treecd740b4af25fe5184935fd67067025733f17b099 /python/__init__.py
parentcae26921cf2b2e564f66e58b77a3963fe36f6d2d (diff)
Add derived strings and string recognizer API
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index acf8b293..02703972 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -83,6 +83,7 @@ from .languagerepresentation import *
from .lineformatter import *
from .renderlayer import *
from .constantrenderer import *
+from .stringrecognizer 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 (