Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

testpropsys.py 206B

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