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