4 lines
92 B
Python
4 lines
92 B
Python
# tidevice_entry.py
|
|
from tidevice.__main__ import main
|
|
if __name__ == '__main__':
|
|
main() |