pupy/client/android_sources/pp.py

10 lines
215 B
Python

# This file will be overriden when packaging with pupygen.py and serves only for compiling the apk template
import time
def main():
while True:
print "Please use pupygen first!"
time.sleep(1)