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