File: __init__.pyi

package info (click to toggle)
python-pyqtgraph 0.13.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,068 kB
  • sloc: python: 54,043; makefile: 129; ansic: 40; sh: 2
file content (5 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
# Import packages in reverse libOrder as defined in pyqtgraph/Qt/__init__.py
from PySide2.QtGui import *
from PyQt5.QtGui import *
from PySide6.QtGui import *
from PyQt6.QtGui import *