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