mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 10:06:38 +02:00
6 lines
98 B
Python
6 lines
98 B
Python
|
|
# ruff: noqa: E501
|
||
|
|
from jw.util.db.schema.Table import Table as Table
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
"Table",
|
||
|
|
]
|