3 lines
72 B
Python
3 lines
72 B
Python
|
|
from tidevice.__main__ import main
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main()
|