5 lines
81 B
Python
5 lines
81 B
Python
|
from buildozer.scripts.client import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|