__init__.py 100 B

123456
  1. from .__main__ import cli_detect, query_yes_no
  2. __all__ = (
  3. "cli_detect",
  4. "query_yes_no",
  5. )