team-10/venv/Lib/site-packages/win32comext/propsys/test/testpropsys.py
2025-08-02 02:00:33 +02:00

5 lines
225 B
Python

from win32com.propsys import propsys, pscon # nopycln: import
print("propsys was imported (sorry - that is the extent of the tests,")
print("but see the shell folder_view demo, which uses this module)")
# that's all folks!