sql-query-reviewer / server /__init__.py
hellinferno's picture
Build SQL Query Reviewer environment
90fc756
raw
history blame contribute delete
149 Bytes
from server.app import app, create_app
from server.environment import SQLReviewEnvironment
__all__ = ["SQLReviewEnvironment", "app", "create_app"]