move files into a package structure
This commit is contained in:
10
testbed/scribble.py
Normal file
10
testbed/scribble.py
Normal 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__)
|
||||
Reference in New Issue
Block a user