6 lines
107 B
Text
6 lines
107 B
Text
|
#!/usr/bin/env python2.7
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
from buildozer import run_remote
|
||
|
run_remote()
|