blob: 93a8f0cee82426585a9a459a59c0a8780f54b258 [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 = asfpy.syslog.Printer(identity='testApp')
print("This works!")
while True:
time.sleep(60)
print("test app still works!")