1 2 3 4 5 6
"""``python -m idatui`` -> client self-check (until the TUI app lands).""" import sys from .client import _main raise SystemExit(_main(sys.argv[1:]))