This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Eeems
/
pacman-repo
Xem
1
Star
0
Fork
0
Các tập tin
Tree:
4d04e10b48
Branches
Tags
master
pacman-repo
/
pacman_repo
/
__main__.py
__main__.py
93 B
Lịch sử
Raw
1
2
3
4
5
6
#!/usr/bin/env python
from .command_line import main
if __name__ == '__main__':
main()