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"]