This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Eeems
/
pacman-repo
Watch
1
Star
0
Fork
0
Files
Tree:
12581544f8
Branches
Tags
master
pacman-repo
/
pacman_repo
/
__main__.py
__main__.py
93 B
History
Raw
1
2
3
4
5
6
#!/usr/bin/env python
from .command_line import main
if __name__ == '__main__':
main()