File size: 165 Bytes
7f40db3
08f8699
 
 
 
1
2
3
4
5
6
"""OpenEnv root client shim — re-exports ``physix.client``."""

from physix.client import PhysiXEnv, PhysixEnv  # noqa: F401

__all__ = ["PhysiXEnv", "PhysixEnv"]