Files
opensquilla--opensquilla/desktop/electron/scripts/gateway-entry.py
T
2026-07-13 13:12:33 +08:00

5 lines
75 B
Python

from opensquilla.cli.main import app
if __name__ == "__main__":
app()