File: QtOpenGL.py

package info (click to toggle)
python-anyqt 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 4,087; makefile: 192; sh: 3
file content (13 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
__all__ = [
    'QGL',
    'QGLContext',
    'QGLFormat',
    'QGLWidget'
]

from PyQt5.QtOpenGL import (
    QGL,
    QGLContext,
    QGLFormat,
    QGLWidget,
)