This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
sphinx-multiversion
oglindă de
https://github.com/DragonOS-Community/sphinx-multiversion
Urmărește
4
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
patch-add-git-commit-str
Ramuri
Etichete
master
patch-add-git-commit-str
sphinx-multiver...
/
sphinx_multiversion
/
__main__.py
__main__.py
99 B
Permalink
Istoric
Crud
1
2
3
4
5
6
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
from .main import main
sys.exit(main())