physix-live / client.py
Pratyush-01's picture
cleanup: trim verbose comments, drop dead code, fix stale tests, proper Dockerfile + .gitignore
7f40db3 verified
"""OpenEnv root client shim — re-exports ``physix.client``."""
from physix.client import PhysiXEnv, PhysixEnv # noqa: F401
__all__ = ["PhysiXEnv", "PhysixEnv"]