jw-python/src/python/jwutils/algo/__init__.py
Jan Lindemann a2684dd601
jwutils: Move to jwutils -> jw.util

Move all implementation source code from the jwutils module to jw.util. For compatibility with existing Python modules, keep a thin, autogenerated compatibility shim under jwutils.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-11 23:10:25 +00:00

8 lines
325 B
Python

# >> -------------------------- generated by python-tools.sh >>
# ruff: noqa: E501
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
from .ShuntingYard import Operator as Operator
from .ShuntingYard import ShuntingYard as ShuntingYard
# << -------------------------- generated by python-tools.sh <<