jw-python/src/python/jwutils/db/schema/Table.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

6 lines
98 B
Python

# ruff: noqa: E501
from jw.util.db.schema.Table import Table as Table
__all__ = [
"Table",
]