uvpatel7271's picture
envrionment setup
0695520
raw
history blame contribute delete
166 Bytes
"""Server exports for python_code_review_env."""
from .app import app
from .env import PythonCodeReviewEnvironment
__all__ = ["app", "PythonCodeReviewEnvironment"]