py_spec.py 199 B

123456789
  1. """Backward-compatibility re-export — use ``python_discovery.PythonSpec`` directly."""
  2. from __future__ import annotations
  3. from python_discovery import PythonSpec
  4. __all__ = [
  5. "PythonSpec",
  6. ]