From 5d4fc5f1fb7a0c368d2a048a5d750564c970c9c9 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 13 Oct 2025 19:35:01 -0400 Subject: Add derived strings and string recognizer API --- python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/__init__.py') 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 ( -- cgit v1.3.1