File: __main__.py

package info (click to toggle)
sphinx-intl 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: python: 1,162; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
if __name__ == "__main__":
    from sphinx_intl.commands import main

    main()