mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
9 lines
109 B
Python
Executable File
9 lines
109 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
|
|
from aqt import main
|
|
if __name__ == '__main__':
|
|
sys.exit(main())
|
|
|