File size: 168 Bytes
1a1713a
5716a3a
1a1713a
5716a3a
1a1713a
5716a3a
 
1a1713a
 
1
2
3
4
5
6
7
8
9
10
"""Compatibility wrapper for local `python server.py` runs."""

from sql_env.server import app, main

__all__ = ["app", "main"]


if __name__ == "__main__":
    main()