blob: c5908d67ae9f73a5831b61ed3b1e560a160f59a8 [file] [log] [blame]
#!/usr/bin/env python3
""" Super simple test application for pipservice installer """
import certifi # Testing pipenv installed the mods
import netaddr # Testing more...
import time
print("This works!")
while True:
time.sleep(60)
print("test app still works!")