| """HTTP server layer for the PhysiX-Live environment. | |
| Submodules: | |
| - :mod:`physix.server.environment` defines the OpenEnv ``Environment`` subclass | |
| that owns episode lifecycle and reward dispatch. | |
| - :mod:`physix.server.app` builds the FastAPI application and exposes a | |
| ``main()`` entry point for the ``physix-server`` console script. | |
| """ | |