hospital-ed / server /__init__.py
testingaccc's picture
Upload folder using huggingface_hub
0fe00d1 verified
Raw
History Blame Contribute Delete
221 Bytes
"""OpenEnv server package for the Hospital ED environment.
The FastAPI app lives in :mod:`server.app` and is constructed by
:func:`openenv.core.create_app` wrapping
:class:`hospital_env.openenv_env.HospitalOpenEnv`.
"""