82b007727e
Missing: documentation, sync binaries back to the host, etc.
5 lines
107 B
Python
Executable file
5 lines
107 B
Python
Executable file
#!/usr/bin/env python2.7
|
|
|
|
if __name__ == '__main__':
|
|
from buildozer import run_remote
|
|
run_remote()
|