4 lines
102 B
Python
4 lines
102 B
Python
# tidevice 打包入口文件
|
|
from tidevice.__main__ import main
|
|
if __name__ == '__main__':
|
|
main() |