__init__.py 158 B

12345678
  1. import os
  2. from pathlib import Path
  3. from ray.autoscaler import sdk
  4. __all__ = ["sdk"]
  5. AUTOSCALER_DIR_PATH = Path(os.path.abspath(os.path.dirname(__file__)))