aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/support/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/support/__init__.py')
-rw-r--r--sources/pyside6/PySide6/support/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/support/__init__.py b/sources/pyside6/PySide6/support/__init__.py
new file mode 100644
index 000000000..5127df0f4
--- /dev/null
+++ b/sources/pyside6/PySide6/support/__init__.py
@@ -0,0 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+from shiboken6.Shiboken import VoidPtr
+
+#eof