pupy/client/android_sources/pp.py

10 lines
215 B
Python
Raw Normal View History

2016-05-07 23:06:13 +00:00
# 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)