This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Eeems
/
pacman-repo
Suivre
1
Voter
0
Fork
0
Fichiers
Aborescence:
12581544f8
Branches
Tags
master
pacman-repo
/
pacman_repo
/
__main__.py
__main__.py
93 B
Historique
Raw
1
2
3
4
5
6
#!/usr/bin/env python
from .command_line import main
if __name__ == '__main__':
main()