source: javavenv/src/test/resources/wait5sec.py@ 8

Last change on this file since 8 was 8, checked in by bart, 3 years ago

Added python timedependent parties (conceder, hardliner, etc)

File size: 56 bytes
Line 
1from time import sleep
2sleep(2)
3print("hello world")
Note: See TracBrowser for help on using the repository browser.