#!/usr/bin/env python2.7

if __name__ == '__main__':
    from buildozer import run_remote
    run_remote()
