Files
weirsoe-party-protocol/.venv/bin/sqlformat

7 lines
205 B
Python
Executable File

#!/home/coder/repos/weirsoe-party-protocol/.venv/bin/python
import sys
from sqlparse.__main__ import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())