move files into a package structure

This commit is contained in:
2022-02-06 16:21:25 +01:00
parent 323d5d6dd5
commit 6c9d5663e8
3 changed files with 1 additions and 1 deletions

10
testbed/scribble.py Normal file
View File

@@ -0,0 +1,10 @@
# extract icons from dll on windows
# https://mail.python.org/pipermail/python-win32/2009-April/009078.html
import PySide6.QtCore
# Prints PySide6 version
print(PySide6.__version__)
# Prints the Qt version used to compile PySide6
print(PySide6.QtCore.__version__)