sql-query-optimizer / server /__init__.py
jaivardhan2409's picture
Upload folder using huggingface_hub
a27ff86 verified
raw
history blame contribute delete
57 Bytes
# Server package
from .app import app
__all__ = ["app"]