File size: 144 Bytes
edc8b84 | 1 2 3 4 5 6 7 8 9 | from __future__ import annotations
from .__main__ import cli_detect, query_yes_no
__all__ = (
"cli_detect",
"query_yes_no",
)
|
edc8b84 | 1 2 3 4 5 6 7 8 9 | from __future__ import annotations
from .__main__ import cli_detect, query_yes_no
__all__ = (
"cli_detect",
"query_yes_no",
)
|