cfe57b152f
and add battery detect mode
8 lines
157 B
Python
8 lines
157 B
Python
def main():
|
|
file = open('C:/ti/python_test_code/uni/att_notify.psd', 'r')
|
|
print(file.read())
|
|
file.close()
|
|
|
|
if __name__ == '__main__':
|
|
main()
|