diff --git a/main.py b/main.py index feb4849..4882557 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,3 @@ print("Hello from launcher test app!") -input("Press Enter to exit...") \ No newline at end of file +import time +time.sleep(5) \ No newline at end of file