5 lines
93 B
Python
Executable file
5 lines
93 B
Python
Executable file
#!/usr/bin/env python2.7
|
|
|
|
if __name__ == '__main__':
|
|
from buildozer import run
|
|
run()
|