This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 22:23:57 -07:00
parent 9e1e5d9642
commit 18405644d3
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -1,3 +1,13 @@
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "click>=8.4.1",
# "polars>=1.41.0",
# "pyside6>=6.11.1",
# "rich>=15.0.0",
# "rustworkx>=0.17.1",
# ]
# ///
from PySide6.QtWidgets import QApplication, QWidget from PySide6.QtWidgets import QApplication, QWidget
app = QApplication(sys.argv) app = QApplication(sys.argv)