code-review-env / server /__init__.py
Nitish
chore: production standardisation of the server codebase
e4853aa
raw
history blame contribute delete
189 Bytes
"""Server package for the Code Security Review environment.
This module houses the core FastAPI server, environment definitions,
evaluation graders, and structured schema validations.
"""